Interface CollideBlockEvent.StepOn
-
- All Superinterfaces:
Cancellable
,CollideBlockEvent
,CollideEvent
,Event
- Enclosing interface:
- CollideBlockEvent
public static interface CollideBlockEvent.StepOn extends CollideBlockEvent
Fires when anEntity
steps on a block.Cancelling this event will prevent the step-on-logic to run. e.g. breaking
BlockTypes.TURTLE_EGG
s or damage byBlockTypes.MAGMA_BLOCK
s
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.CollideBlockEvent
CollideBlockEvent.Fall, CollideBlockEvent.Impact, CollideBlockEvent.Inside, CollideBlockEvent.Move, CollideBlockEvent.StepOn
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.block.CollideBlockEvent
targetBlock, targetLocation, targetSide
-
-