Uses of Enum Class
net.mathias2246.buildmc.api.endEvent.EndState
Packages that use EndState
-
Uses of EndState in net.mathias2246.buildmc.api.endEvent
Subclasses with type arguments of type EndState in net.mathias2246.buildmc.api.endEventModifier and TypeClassDescriptionenumRepresents the current state of the End dimension.Methods in net.mathias2246.buildmc.api.endEvent that return EndStateModifier and TypeMethodDescription@NotNull EndStateEndManager.getCurrentState()Returns the current state of the End.static EndStateReturns the enum constant of this class with the specified name.static EndState[]EndState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EndState in net.mathias2246.buildmc.api.event.endevent
Methods in net.mathias2246.buildmc.api.event.endevent that return EndStateModifier and TypeMethodDescription@NotNull EndStateEndStateChangeEvent.getNewState()Gets the state that the End is transitioning to.@Nullable EndStateEndStateChangeEvent.getPreviousState()Gets the previous state of the End before this event.Constructors in net.mathias2246.buildmc.api.event.endevent with parameters of type EndStateModifierConstructorDescriptionEndStateChangeEvent(@NotNull EndState newState, @Nullable EndState previousState, @Nullable EndChangeCause cause, @Nullable org.bukkit.command.CommandSender sender, @NotNull String announcementKey) Constructs a new EndStateChangeEvent.