Package org.bukkit.event.block
Class BlockEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- org.bukkit.event.block.BlockEvent
-
- Direct Known Subclasses:
BlockBurnEvent,BlockCanBuildEvent,BlockCookEvent,BlockDamageEvent,BlockDispenseEvent,BlockDropItemEvent,BlockExpEvent,BlockExplodeEvent,BlockFadeEvent,BlockFertilizeEvent,BlockFromToEvent,BlockGrowEvent,BlockIgniteEvent,BlockPhysicsEvent,BlockPistonEvent,BlockPlaceEvent,BlockRedstoneEvent,BlockShearEntityEvent,BrewEvent,BrewingStandFuelEvent,CauldronLevelChangeEvent,FluidLevelChangeEvent,FurnaceBurnEvent,LeavesDecayEvent,MoistureChangeEvent,NotePlayEvent,SignChangeEvent,SpongeAbsorbEvent
public abstract class BlockEvent extends Event
Represents a block related event.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Constructor Summary
Constructors Constructor Description BlockEvent(Block theBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockgetBlock()Gets the block involved in this event.-
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
-