Uses of Enum Class
io.papermc.paper.event.player.PlayerLecternPageChangeEvent.PageChangeDirection
-
Uses of PlayerLecternPageChangeEvent.PageChangeDirection in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerLecternPageChangeEvent.getPageChangeDirection()
Gets the page change direction.Returns the enum constant of this class with the specified name.PlayerLecternPageChangeEvent.PageChangeDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerLecternPageChangeEvent
(@NotNull Player player, @NotNull Lectern lectern, @NotNull ItemStack book, @NotNull PlayerLecternPageChangeEvent.PageChangeDirection pageChangeDirection, int oldPage, int newPage)