Uses of Enum
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 type with the specified name.static TimeSkipEvent.SkipReason[]
TimeSkipEvent.SkipReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionTimeSkipEvent
(World world, TimeSkipEvent.SkipReason skipReason, long skipAmount)