public class EntityMinecartChest extends EntityMinecartContainer
Entity.EnumEntitySize
addedToChunk, boundingBox, chunkCoordX, chunkCoordY, chunkCoordZ, dataWatcher, dimension, distanceWalkedModified, distanceWalkedOnStepModified, entityCollisionReduction, entityUniqueID, fallDistance, field_70135_K, fireResistance, forceSpawn, height, hurtResistantTime, ignoreFrustumCheck, inPortal, inWater, isAirBorne, isCollided, isCollidedHorizontally, isCollidedVertically, isDead, isImmuneToFire, isInWeb, lastTickPosX, lastTickPosY, lastTickPosZ, motionX, motionY, motionZ, myEntitySize, noClip, onGround, portalCounter, posX, posY, posZ, prevDistanceWalkedModified, preventEntitySpawning, prevPosX, prevPosY, prevPosZ, prevRotationPitch, prevRotationYaw, rand, renderDistanceWeight, riddenByEntity, ridingEntity, rotationPitch, rotationYaw, serverPosX, serverPosY, serverPosZ, stepHeight, teleportDirection, ticksExisted, timeUntilPortal, velocityChanged, width, worldObj, yOffset, ySize
Constructor and Description |
---|
EntityMinecartChest(World p_i1714_1_) |
EntityMinecartChest(World p_i1715_1_,
double p_i1715_2_,
double p_i1715_4_,
double p_i1715_6_) |
Modifier and Type | Method and Description |
---|---|
Block |
func_145817_o() |
int |
getDefaultDisplayTileOffset() |
int |
getMinecartType() |
int |
getSizeInventory() |
void |
killMinecart(DamageSource p_94095_1_) |
applyDrag, closeInventory, decrStackSize, getInventoryName, getInventoryStackLimit, getStackInSlot, getStackInSlotOnClosing, interactFirst, isItemValidForSlot, isUseableByPlayer, markDirty, openInventory, readEntityFromNBT, setDead, setInventorySlotContents, travelToDimension, writeEntityToNBT
applyEntityCollision, attackEntityFrom, canBeCollidedWith, canBePushed, canTriggerWalking, createMinecart, entityInit, func_145819_k, func_145820_n, func_145821_a, func_70489_a, func_70495_a, func_94088_b, func_95999_t, getBoundingBox, getCollisionBox, getCommandSenderName, getDamage, getDefaultDisplayTileData, getDisplayTileData, getDisplayTileOffset, getMountedYOffset, getRollingAmplitude, getRollingDirection, getShadowSize, hasCustomInventoryName, hasDisplayTile, onActivatorRailPass, onUpdate, performHurtAnimation, setDamage, setDisplayTileData, setDisplayTileOffset, setHasDisplayTile, setMinecartName, setPositionAndRotation2, setRollingAmplitude, setRollingDirection, setVelocity
addEntityCrashInfo, addToPlayerScore, addVelocity, canAttackWithItem, canRenderOnFire, copyDataFrom, copyLocationAndAnglesFrom, dealFireDamage, doesEntityNotTriggerPressurePlate, dropItem, entityDropItem, equals, extinguish, fall, func_145748_c_, func_145771_j, func_145772_a, func_145774_a, func_145775_I, func_145778_a, func_145780_a, func_145781_i, getAir, getBrightness, getBrightnessForRender, getCollisionBorderSize, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityId, getEntityString, getEyeHeight, getFlag, getLastActiveItems, getLookVec, getMaxInPortalTime, getMaxSafePointTries, getParts, getPortalCooldown, getRotationYawHead, getSplashSound, getSwimSound, getTeleportDirection, getUniqueID, getYOffset, handleHealthUpdate, handleLavaMovement, handleWaterMovement, hashCode, hitByEntity, isBurning, isEating, isEntityAlive, isEntityEqual, isEntityInsideOpaqueBlock, isEntityInvulnerable, isImmuneToFire, isInRangeToRender3d, isInRangeToRenderDist, isInsideOfMaterial, isInvisible, isInvisibleToPlayer, isInWater, isOffsetPositionInLiquid, isPushedByWater, isRiding, isSneaking, isSprinting, isWet, kill, mountEntity, moveEntity, moveFlying, newDoubleNBTList, newFloatNBTList, onChunkLoad, onCollideWithPlayer, onEntityUpdate, onKillEntity, onStruckByLightning, playSound, preparePlayerToSpawn, readFromNBT, setAir, setAngles, setBeenAttacked, setCurrentItemOrArmor, setEating, setEntityId, setFire, setFlag, setInPortal, setInvisible, setInWeb, setLocationAndAngles, setOnFireFromLava, setPosition, setPositionAndRotation, setRotation, setRotationYawHead, setSize, setSneaking, setSprinting, setWorld, shouldSetPosAfterLoading, toString, updateFallState, updateRidden, updateRiderPosition, writeMountToNBT, writeToNBT, writeToNBTOptional
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasCustomInventoryName
public EntityMinecartChest(World p_i1714_1_)
public EntityMinecartChest(World p_i1715_1_, double p_i1715_2_, double p_i1715_4_, double p_i1715_6_)
public void killMinecart(DamageSource p_94095_1_)
killMinecart
in class EntityMinecartContainer
public int getSizeInventory()
public int getMinecartType()
getMinecartType
in class EntityMinecart
public Block func_145817_o()
func_145817_o
in class EntityMinecart
public int getDefaultDisplayTileOffset()
getDefaultDisplayTileOffset
in class EntityMinecart