Uses of Enum Class
org.bukkit.event.world.TimeSkipEvent.SkipReason
-
Uses of TimeSkipEvent.SkipReason in org.bukkit.event.world
Modifier and TypeMethodDescriptionTimeSkipEvent.getSkipReason()
Gets the reason why the time has skipped.static TimeSkipEvent.SkipReason
Returns the enum constant of this class with the specified name.static TimeSkipEvent.SkipReason[]
TimeSkipEvent.SkipReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTimeSkipEvent
(@NotNull World world, @NotNull TimeSkipEvent.SkipReason skipReason, long skipAmount)