Uses of Class
org.bukkit.event.painting.PaintingBreakEvent.RemoveCause
Package | Description |
---|---|
org.bukkit.event.painting |
-
Uses of PaintingBreakEvent.RemoveCause in org.bukkit.event.painting
Methods in org.bukkit.event.painting that return PaintingBreakEvent.RemoveCause Modifier and Type Method Description PaintingBreakEvent.RemoveCause
PaintingBreakEvent. getCause()
Deprecated.Gets the cause for the painting's removalstatic PaintingBreakEvent.RemoveCause
PaintingBreakEvent.RemoveCause. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PaintingBreakEvent.RemoveCause[]
PaintingBreakEvent.RemoveCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.event.painting with parameters of type PaintingBreakEvent.RemoveCause Constructor Description PaintingBreakEvent(Painting painting, PaintingBreakEvent.RemoveCause cause)
Deprecated.