Class EyeOfEnder
- java.lang.Object
-
- net.minecraft.world.entity.Entity
-
- net.minecraft.world.entity.projectile.EyeOfEnder
-
public class EyeOfEnder extends Entity
-
-
Field Summary
Fields Modifier and Type Field Description intfield_40096_a-
Fields inherited from class net.minecraft.world.entity.Entity
addedToChunk, boundingBox, chunkCoordX, chunkCoordY, chunkCoordZ, cloakUrl, dataWatcher, distanceWalkedModified, entityCollisionReduction, entityId, fallDistance, field_9293_aM, fireResistance, heartsLife, height, ignoreFrustumCheck, inWater, isAirBorne, isCollided, isCollidedHorizontally, isCollidedVertically, isDead, isImmuneToFire, isInWeb, isJesusColliding, lastTickPosX, lastTickPosY, lastTickPosZ, motionX, motionY, motionZ, noClip, onGround, playerNameForSkin, posX, posY, posZ, prevDistanceWalkedModified, preventEntitySpawning, prevPosX, prevPosY, prevPosZ, prevRotationPitch, prevRotationYaw, rand, renderDistanceWeight, riddenByEntity, ridingEntity, rotationPitch, rotationYaw, serverPosX, serverPosY, serverPosZ, skinUrl, slim, stepHeight, ticksExisted, velocityChanged, width, worldObj, yOffset, ySize
-
-
Constructor Summary
Constructors Constructor Description EyeOfEnder(World var1)EyeOfEnder(World var1, double var2, double var4, double var6)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanAttackWithItem()protected voidentityInit()voidfunc_40090_a(double var1, int var3, double var4)floatgetBrightness(float var1)@net.minecraft.modding.api.Side.Client intgetBrightnessForRender(float var1)@net.minecraft.modding.api.Side.Client floatgetShadowSize()@net.minecraft.modding.api.Side.Client booleanisInRangeToRenderDist(double var1)voidonCollideWithPlayer(Player entityplayer)voidonUpdate()voidreadEntityFromNBT(NBTTagCompound nbttagcompound)voidsetVelocity(double var1, double var3, double var5)voidwriteEntityToNBT(NBTTagCompound nbttagcompound)-
Methods inherited from class net.minecraft.world.entity.Entity
addEntityID, addToPlayerScore, addVelocity, applyEntityCollision, attackEntityFrom, canBeCollidedWith, canBePushed, canTriggerWalking, dealFireDamage, dropItem, dropItemWithOffset, entityDropItem, equals, extinguish, fall, func_48079_f, getAir, getBoundingBox, getCollisionBorderSize, getCollisionBox, getCurrentBiomeName, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityString, getEyeHeight, getFlag, getHeadYaw, getInventory, getLookVec, getMountedYOffset, getParts, getTexture, getUsername, getYOffset, handleHealthUpdate, handleLavaMovement, handleWaterMovement, hashCode, interact, isBurning, isEating, isEntityAlive, isEntityEqual, isEntityInsideOpaqueBlock, isImmuneToFire, isInRangeToRenderVec3D, isInsideOfMaterial, isInsideOfMaterial, isInWater, isOffsetPositionInLiquid, isRiding, isSneaking, isSprinting, isSubmergedInAnyFluid, isWet, kill, mountEntity, moveEntity, moveFlying, newDoubleNBTList, newFloatNBTList, onEntityUpdate, onKillEntity, onStruckByLightning, outfitWithItem, performHurtAnimation, playStepSound, preparePlayerToSpawn, pushOutOfBlocks, readFromNBT, setAir, setAngles, setBeenAttacked, setDead, setEating, setFire, setFlag, setInPortal, setInWeb, setLocationAndAngles, setOnFireFromLava, setPosition, setPositionAndRotation, setPositionAndRotation2, setRotation, setSize, setSneaking, setSprinting, setWorld, toString, updateFallState, updateRidden, updateRiderPosition, writeToNBT
-
-
-
-
Method Detail
-
entityInit
protected void entityInit()
- Specified by:
entityInitin classEntity
-
isInRangeToRenderDist
@Client public @net.minecraft.modding.api.Side.Client boolean isInRangeToRenderDist(double var1)
- Overrides:
isInRangeToRenderDistin classEntity
-
func_40090_a
public void func_40090_a(double var1, int var3, double var4)
-
setVelocity
@Client public void setVelocity(double var1, double var3, double var5)
- Overrides:
setVelocityin classEntity
-
writeEntityToNBT
public void writeEntityToNBT(NBTTagCompound nbttagcompound)
- Specified by:
writeEntityToNBTin classEntity
-
readEntityFromNBT
public void readEntityFromNBT(NBTTagCompound nbttagcompound)
- Specified by:
readEntityFromNBTin classEntity
-
onCollideWithPlayer
public void onCollideWithPlayer(Player entityplayer)
- Overrides:
onCollideWithPlayerin classEntity
-
getShadowSize
@Client public @net.minecraft.modding.api.Side.Client float getShadowSize()
- Overrides:
getShadowSizein classEntity
-
getBrightness
public float getBrightness(float var1)
- Overrides:
getBrightnessin classEntity
-
getBrightnessForRender
@Client public @net.minecraft.modding.api.Side.Client int getBrightnessForRender(float var1)
- Overrides:
getBrightnessForRenderin classEntity
-
canAttackWithItem
public boolean canAttackWithItem()
- Overrides:
canAttackWithItemin classEntity
-
-