Uses of Enum Class
io.papermc.paper.event.player.PlayerOpenSignEvent.Cause
-
Uses of PlayerOpenSignEvent.Cause in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerOpenSignEvent.getCause()
The cause of this sign open.static PlayerOpenSignEvent.Cause
Returns the enum constant of this class with the specified name.static PlayerOpenSignEvent.Cause[]
PlayerOpenSignEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerOpenSignEvent
(Player editor, Sign sign, Side side, PlayerOpenSignEvent.Cause cause)