Uses of Enum Class
org.bukkit.event.world.TimeSkipEvent.SkipReason
Packages that use TimeSkipEvent.SkipReason
-
Uses of TimeSkipEvent.SkipReason in org.bukkit.event.world
Methods in org.bukkit.event.world that return TimeSkipEvent.SkipReasonModifier 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.Constructors in org.bukkit.event.world with parameters of type TimeSkipEvent.SkipReasonModifierConstructorDescriptionTimeSkipEvent
(@NotNull World world, @NotNull TimeSkipEvent.SkipReason skipReason, long skipAmount)