| Package | Description | 
|---|---|
| org.bukkit.event.hanging | 
Events relating to entities that hang. | 
| Modifier and Type | Method | Description | 
|---|---|---|
HangingBreakEvent.RemoveCause | 
HangingBreakEvent.getCause() | 
 Gets the cause for the hanging entity's removal 
 | 
static HangingBreakEvent.RemoveCause | 
HangingBreakEvent.RemoveCause.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static HangingBreakEvent.RemoveCause[] | 
HangingBreakEvent.RemoveCause.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor | Description | 
|---|---|
HangingBreakByEntityEvent(Hanging hanging,
                         Entity remover,
                         HangingBreakEvent.RemoveCause cause) | 
|
HangingBreakEvent(Hanging hanging,
                 HangingBreakEvent.RemoveCause cause) | 
Copyright © 2019. All rights reserved.