Uses of Class
org.bukkit.event.painting.PaintingBreakEvent.RemoveCause

Packages that use PaintingBreakEvent.RemoveCause
org.bukkit.event.painting Events relating to paintings, but deprecated for more general hanging events. 
 

Uses of PaintingBreakEvent.RemoveCause in org.bukkit.event.painting
 

Methods in org.bukkit.event.painting that return PaintingBreakEvent.RemoveCause
 PaintingBreakEvent.RemoveCause PaintingBreakEvent.getCause()
          Deprecated. Gets the cause for the painting's removal
static PaintingBreakEvent.RemoveCause PaintingBreakEvent.RemoveCause.valueOf(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
PaintingBreakEvent(Painting painting, PaintingBreakEvent.RemoveCause cause)
          Deprecated.  
 



Copyright © 2014. All rights reserved.