Package ch.njol.skript.lang
Class ExecutionIntent.StopTrigger
java.lang.Object
ch.njol.skript.lang.ExecutionIntent.StopTrigger
- All Implemented Interfaces:
ExecutionIntent,Comparable<ExecutionIntent>
- Enclosing interface:
ExecutionIntent
Represents a stop trigger intent. This intent stops the execution of the trigger.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.njol.skript.lang.ExecutionIntent
ExecutionIntent.StopSections, ExecutionIntent.StopTrigger -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull ExecutionIntent other) toString()use()Uses the current ExecutionIntent.
-
Method Details
-
use
Description copied from interface:ExecutionIntentUses the current ExecutionIntent.- Specified by:
usein interfaceExecutionIntent- Returns:
- a new ExecutionIntent, or null if it's exhausted.
-
compareTo
- Specified by:
compareToin interfaceComparable<ExecutionIntent>
-
toString
-