Package org.bukkit.event.block
Class EntityBlockFormEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockGrowEvent
org.bukkit.event.block.BlockFormEvent
org.bukkit.event.block.EntityBlockFormEvent
- All Implemented Interfaces:
- Cancellable
Called when a block is formed by entities.
 
Examples:
- Snow formed by a Snowman.
- Frosted Ice formed by the Frost Walker enchantment.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.block.BlockEventblock
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.bukkit.event.block.BlockFormEventgetHandlerList, getHandlersMethods inherited from class org.bukkit.event.block.BlockGrowEventgetNewState, isCancelled, setCancelledMethods inherited from class org.bukkit.event.block.BlockEventgetBlockMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
EntityBlockFormEventpublic EntityBlockFormEvent(@NotNull Entity entity, @NotNull Block block, @NotNull BlockState blockstate) 
 
- 
- 
Method Details- 
getEntityGet the entity that formed the block.- Returns:
- Entity involved in event
 
 
-