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 TypeMethodDescriptionint
compareTo
(@NotNull ExecutionIntent other) toString()
use()
Uses the current ExecutionIntent.
-
Method Details
-
use
Description copied from interface:ExecutionIntent
Uses the current ExecutionIntent.- Specified by:
use
in interfaceExecutionIntent
- Returns:
- a new ExecutionIntent, or null if it's exhausted.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExecutionIntent>
-
toString
-