public abstract class EntityMinecartTNTHandle extends EntityMinecartAbstractHandle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
EntityMinecartTNTHandle.EntityMinecartTNTClass
Stores class members for net.minecraft.server.EntityMinecartTNT.
|
EntityMinecartAbstractHandle.EntityMinecartAbstractClass
EntityHandle.EntityClass
Modifier and Type | Field and Description |
---|---|
static EntityMinecartTNTHandle.EntityMinecartTNTClass |
T |
DATA_BLOCK_OFFSET, DATA_BLOCK_TYPE, DATA_BLOCK_VISIBLE, DATA_SHAKING_DAMAGE, DATA_SHAKING_DIRECTION, DATA_SHAKING_FACTOR
DATA_AIR_TICKS, DATA_CUSTOM_NAME, DATA_CUSTOM_NAME_VISIBLE, DATA_FLAG_FLYING, DATA_FLAG_GLOWING, DATA_FLAG_INVISIBLE, DATA_FLAG_ON_FIRE, DATA_FLAG_SNEAKING, DATA_FLAG_SPRINTING, DATA_FLAG_UNKNOWN1, DATA_FLAG_UNKNOWN2, DATA_FLAGS, DATA_NO_GRAVITY, DATA_SILENT
Constructor and Description |
---|
EntityMinecartTNTHandle() |
Modifier and Type | Method and Description |
---|---|
static EntityMinecartTNTHandle |
createHandle(Object handleInstance) |
abstract void |
explode(double damage) |
abstract int |
getFuse() |
abstract void |
prime() |
abstract void |
setFuse(int value) |
activate, getDamage, getType, setDamage
appendEntityCrashDetails, burn, calculateDistance, checkBlockCollisions, collide, damageEntity, dropItem, dropItemStack, fromBukkit, getBlockCollisionMultiplier, getBoundingBox, getBoundingBoxField, getBukkitEntity, getBukkitEntityField, getBukkitWorld, getChunkX, getChunkY, getChunkZ, getCustomName, getDataWatcher, getDatawatcherField, getDimension, getDriverEntity, getEntityBoundingBox, getFallDistance, getFireTicks, getHeadRotation, getHeight, getHeightOffset, getId, getIdField, getLastPitch, getLastX, getLastY, getLastYaw, getLastZ, getLocX, getLocY, getLocZ, getMaxFireTicks, getMot, getMotX, getMotY, getMotZ, getOtherBoundingBox, getPassengers, getPitch, getPortalCooldown, getPortalCooldownMaximum, getRandom, getStepCounter, getSwimSound, getTicksLived, getUniqueID, getVehicle, getWalkedDistanceXYZ, getWalkedDistanceXZ, getWidth, getWorld, getWorldServer, getYaw, hasCustomName, hasMovementSound, hasPassengers, isAllowTeleportation, isBurning, isCollidingWithBlock, isDead, isHorizontalMovementImpaired, isIgnoreChunkCheck, isInSameVehicle, isInWater, isInWaterUpdate, isLoaded, isMovementImpaired, isNoclip, isOnGround, isOutsideWorldBorder, isPassenger, isPositionChanged, isPreventBlockPlace, isSneaking, isValid, isVehicle, isVelocityChanged, isVerticalMovementImpaired, isWet, loadFromNBT, makeSound, onPush, onTick, playStepSound, recalcPosition, saveEntity, savePassenger, saveToNBT, setAllowTeleportation, setBoundingBox, setBoundingBoxField, setBukkitEntityField, setChunkX, setChunkY, setChunkZ, setDatawatcherField, setDead, setDimension, setFallDistance, setFireTicks, setHeightOffset, setHorizontalMovementImpaired, setIdField, setIgnoreChunkCheck, setIsLoaded, setLastPitch, setLastX, setLastY, setLastYaw, setLastZ, setLocation, setLocX, setLocY, setLocZ, setMot, setMotX, setMotY, setMotZ, setMovementImpaired, setNoclip, setNotCollidingWithBlock, setOnFire, setOnGround, setOutsideWorldBorder, setPassengers, setPitch, setPortalCooldown, setPosition, setPositionChanged, setPositionRotation, setPreventBlockPlace, setRandom, setRotation, setSize, setStepCounter, setTicksLived, setValid, setVehicle, setVelocityChanged, setVerticalMovementImpaired, setWalkedDistanceXYZ, setWalkedDistanceXZ, setWorld, setYaw, toBukkit, updateBlockCollision, updateFalling
public static final EntityMinecartTNTHandle.EntityMinecartTNTClass T
public static EntityMinecartTNTHandle createHandle(Object handleInstance)
public abstract void explode(double damage)
public abstract void prime()
public abstract int getFuse()
public abstract void setFuse(int value)
Copyright © 2019. All rights reserved.