Uses of Enum Class
io.papermc.paper.event.player.PlayerFailMoveEvent.FailReason
-
Uses of PlayerFailMoveEvent.FailReason in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerFailMoveEvent.getFailReason()
Gets the reason this movement was prevented by the serverReturns the enum constant of this class with the specified name.static PlayerFailMoveEvent.FailReason[]
PlayerFailMoveEvent.FailReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerFailMoveEvent
(@NotNull Player player, @NotNull PlayerFailMoveEvent.FailReason failReason, boolean allowed, boolean logWarning, @NotNull Location from, @NotNull Location to)