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
(@NotNull Player editor, @NotNull Sign sign, @NotNull Side side, @NotNull PlayerOpenSignEvent.Cause cause)