Package cn.nukkit.event.block
Class BlockIgniteEvent
java.lang.Object
cn.nukkit.event.Event
cn.nukkit.event.block.BlockEvent
cn.nukkit.event.block.BlockIgniteEvent
- All Implemented Interfaces:
Cancellable
-
Nested Class Summary
-
Field Summary
Fields inherited from class cn.nukkit.event.block.BlockEvent
block
-
Constructor Summary
ConstructorDescriptionBlockIgniteEvent
(Block block, Block source, Entity entity, BlockIgniteEvent.BlockIgniteCause cause) -
Method Summary
Methods inherited from class cn.nukkit.event.block.BlockEvent
getBlock
Methods inherited from class cn.nukkit.event.Event
getEventName, isCancelled, setCancelled, setCancelled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cn.nukkit.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
BlockIgniteEvent
public BlockIgniteEvent(Block block, Block source, Entity entity, BlockIgniteEvent.BlockIgniteCause cause)
-
-
Method Details
-
getHandlers
-
getSource
-
getEntity
-
getCause
-