Uses of Enum Class
org.bukkit.event.player.PlayerSignOpenEvent.Cause
-
Uses of PlayerSignOpenEvent.Cause in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerSignOpenEvent.getCause()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the cause of the sign open.static PlayerSignOpenEvent.Cause
Returns the enum constant of this class with the specified name.static PlayerSignOpenEvent.Cause[]
PlayerSignOpenEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerSignOpenEvent
(@NotNull Player player, @NotNull Sign sign, @NotNull Side side, @NotNull PlayerSignOpenEvent.Cause cause) Deprecated, for removal: This API element is subject to removal in a future version.