public 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() |
static HandlerList |
getHandlers() |
com.nukkitx.math.vector.Vector3f |
getPosition() |
double |
getYield() |
void |
setBlockList(List<Block> blockStates) |
void |
setYield(double yield) |
getEntitygetEventName, isCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledprotected final com.nukkitx.math.vector.Vector3f position
protected double yield
public static HandlerList getHandlers()
public com.nukkitx.math.vector.Vector3f getPosition()
public double getYield()
public void setYield(double yield)
Copyright © 2020. All rights reserved.