java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityExplodeEvent
- All Implemented Interfaces:
Cancellable
author: Angelic47
Nukkit Project
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.nukkitx.math.vector.Vector3fprotected doubleFields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
ConstructorsConstructorDescriptionEntityExplodeEvent(Entity entity, com.nukkitx.math.vector.Vector3f position, List<Block> blockStates, double yield) -
Method Summary
Modifier and TypeMethodDescriptioncom.nukkitx.math.vector.Vector3fdoublegetYield()voidsetBlockList(List<Block> blockStates) voidsetYield(double yield) Methods inherited from class org.cloudburstmc.api.event.entity.EntityEvent
getEntityMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Field Details
-
position
protected final com.nukkitx.math.vector.Vector3f position -
blockStates
-
yield
protected double yield
-
-
Constructor Details
-
EntityExplodeEvent
-
-
Method Details
-
getPosition
public com.nukkitx.math.vector.Vector3f getPosition() -
getBlockList
-
setBlockList
-
getYield
public double getYield() -
setYield
public void setYield(double yield)
-