public class EntityXPOrb extends Entity
Entity.EnumEntitySize
Modifier and Type | Field and Description |
---|---|
int |
field_70532_c |
int |
xpColor |
int |
xpOrbAge |
int |
xpValue |
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 |
---|
EntityXPOrb(World p_i1586_1_) |
EntityXPOrb(World p_i1585_1_,
double p_i1585_2_,
double p_i1585_4_,
double p_i1585_6_,
int p_i1585_8_) |
Modifier and Type | Method and Description |
---|---|
boolean |
attackEntityFrom(DamageSource p_70097_1_,
float p_70097_2_) |
boolean |
canAttackWithItem() |
protected boolean |
canTriggerWalking() |
protected void |
dealFireDamage(int p_70081_1_) |
protected void |
entityInit() |
int |
getBrightnessForRender(float p_70070_1_) |
int |
getTextureByXP() |
static int |
getXPSplit(int p_70527_0_) |
int |
getXpValue() |
boolean |
handleWaterMovement() |
void |
onCollideWithPlayer(EntityPlayer p_70100_1_) |
void |
onUpdate() |
void |
readEntityFromNBT(NBTTagCompound p_70037_1_) |
void |
writeEntityToNBT(NBTTagCompound p_70014_1_) |
addEntityCrashInfo, addToPlayerScore, addVelocity, applyEntityCollision, canBeCollidedWith, canBePushed, canRenderOnFire, copyDataFrom, copyLocationAndAnglesFrom, 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, getBoundingBox, getBrightness, getCollisionBorderSize, getCollisionBox, getCommandSenderName, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityId, getEntityString, getEyeHeight, getFlag, getLastActiveItems, getLookVec, getMaxInPortalTime, getMaxSafePointTries, getMountedYOffset, getParts, getPortalCooldown, getRotationYawHead, getShadowSize, getSplashSound, getSwimSound, getTeleportDirection, getUniqueID, getYOffset, handleHealthUpdate, handleLavaMovement, hashCode, hitByEntity, interactFirst, 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, onEntityUpdate, onKillEntity, onStruckByLightning, performHurtAnimation, playSound, preparePlayerToSpawn, readFromNBT, setAir, setAngles, setBeenAttacked, setCurrentItemOrArmor, setDead, setEating, setEntityId, setFire, setFlag, setInPortal, setInvisible, setInWeb, setLocationAndAngles, setOnFireFromLava, setPosition, setPositionAndRotation, setPositionAndRotation2, setRotation, setRotationYawHead, setSize, setSneaking, setSprinting, setVelocity, setWorld, shouldSetPosAfterLoading, toString, travelToDimension, updateFallState, updateRidden, updateRiderPosition, writeMountToNBT, writeToNBT, writeToNBTOptional
public int xpColor
public int xpOrbAge
public int field_70532_c
public int xpValue
public EntityXPOrb(World p_i1585_1_, double p_i1585_2_, double p_i1585_4_, double p_i1585_6_, int p_i1585_8_)
public EntityXPOrb(World p_i1586_1_)
protected boolean canTriggerWalking()
canTriggerWalking
in class Entity
protected void entityInit()
entityInit
in class Entity
public int getBrightnessForRender(float p_70070_1_)
getBrightnessForRender
in class Entity
public boolean handleWaterMovement()
handleWaterMovement
in class Entity
protected void dealFireDamage(int p_70081_1_)
dealFireDamage
in class Entity
public boolean attackEntityFrom(DamageSource p_70097_1_, float p_70097_2_)
attackEntityFrom
in class Entity
public void writeEntityToNBT(NBTTagCompound p_70014_1_)
writeEntityToNBT
in class Entity
public void readEntityFromNBT(NBTTagCompound p_70037_1_)
readEntityFromNBT
in class Entity
public void onCollideWithPlayer(EntityPlayer p_70100_1_)
onCollideWithPlayer
in class Entity
public int getXpValue()
public int getTextureByXP()
public static int getXPSplit(int p_70527_0_)
public boolean canAttackWithItem()
canAttackWithItem
in class Entity