Uses of Enum Class
org.bukkit.event.world.TimeSkipEvent.SkipReason
Packages that use TimeSkipEvent.SkipReason
-
Uses of TimeSkipEvent.SkipReason in org.bukkit.event.world
Subclasses with type arguments of type TimeSkipEvent.SkipReason in org.bukkit.event.worldModifier and TypeClassDescriptionstatic enumAn enum specifying the reason the time skipped.Methods in org.bukkit.event.world that return TimeSkipEvent.SkipReasonModifier and TypeMethodDescriptionTimeSkipEvent.getSkipReason()Gets the reason why the time has skipped.static TimeSkipEvent.SkipReasonReturns 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.Constructors in org.bukkit.event.world with parameters of type TimeSkipEvent.SkipReasonModifierConstructorDescriptionTimeSkipEvent(World world, TimeSkipEvent.SkipReason skipReason, long skipAmount)