| Package | Description | 
|---|---|
| org.bukkit.event.hanging | Eventsrelating toentities 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(java.lang.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 © 2018. All rights reserved.