| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockGrowEvent
org.bukkit.event.block.BlockFormEvent
org.bukkit.event.block.EntityBlockFormEvent
public class EntityBlockFormEvent
Called when a block is formed by entities.
Examples:
Snowman.
 
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.bukkit.event.Event | 
|---|
Event.Result | 
| Field Summary | 
|---|
| Fields inherited from class org.bukkit.event.block.BlockEvent | 
|---|
block | 
| Constructor Summary | |
|---|---|
EntityBlockFormEvent(Entity entity,
                                         Block block,
                                         BlockState blockstate)
 | 
|
| Method Summary | |
|---|---|
 Entity | 
getEntity()
Get the entity that formed the block.  | 
| Methods inherited from class org.bukkit.event.block.BlockFormEvent | 
|---|
getHandlerList, getHandlers | 
| Methods inherited from class org.bukkit.event.block.BlockGrowEvent | 
|---|
getNewState, isCancelled, setCancelled | 
| Methods inherited from class org.bukkit.event.block.BlockEvent | 
|---|
getBlock | 
| Methods inherited from class org.bukkit.event.Event | 
|---|
getEventName, isAsynchronous | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.bukkit.event.Cancellable | 
|---|
isCancelled, setCancelled | 
| Constructor Detail | 
|---|
public EntityBlockFormEvent(Entity entity,
                            Block block,
                            BlockState blockstate)
| Method Detail | 
|---|
public Entity getEntity()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||