| Package | Description | 
|---|---|
| org.bukkit.event.painting | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
PaintingBreakEvent(Painting painting,
                  PaintingBreakEvent.RemoveCause cause)
Deprecated.  
  | 
Copyright © 2014. All rights reserved.