public final class EntityExplodeEvent extends EntityEvent implements Cancellable
| Modifier and Type | Field and Description |
|---|---|
protected List<Block> |
blockStates |
protected com.nukkitx.math.vector.Vector3f |
position |
protected double |
yield |
entity| Constructor and Description |
|---|
EntityExplodeEvent(Entity entity,
com.nukkitx.math.vector.Vector3f position,
List<Block> blockStates,
double yield) |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
getBlockList() |
com.nukkitx.math.vector.Vector3f |
getPosition() |
double |
getYield() |
void |
setBlockList(List<Block> blockStates) |
void |
setYield(double yield) |
getEntityisCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledCopyright © 2021. All rights reserved.