public class EntityFishHook extends Entity
Entity.EnumEntitySize| Modifier and Type | Field and Description |
|---|---|
EntityPlayer |
field_146042_b |
Entity |
field_146043_c |
int |
field_146044_a |
addedToChunk, boundingBox, capturedDrops, captureDrops, chunkCoordX, chunkCoordY, chunkCoordZ, dataWatcher, dimension, distanceWalkedModified, distanceWalkedOnStepModified, entityCollisionReduction, entityUniqueID, extendedProperties, 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 |
|---|
EntityFishHook(World par1World) |
EntityFishHook(World par1World,
double par2,
double par4,
double par6,
EntityPlayer par8EntityPlayer) |
EntityFishHook(World par1World,
EntityPlayer par2EntityPlayer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
entityInit() |
int |
func_146034_e() |
void |
func_146035_c(double p_146035_1_,
double p_146035_3_,
double p_146035_5_,
float p_146035_7_,
float p_146035_8_) |
float |
getShadowSize() |
boolean |
isInRangeToRenderDist(double par1) |
void |
onUpdate() |
void |
readEntityFromNBT(NBTTagCompound par1NBTTagCompound) |
void |
setDead() |
void |
setPositionAndRotation2(double par1,
double par3,
double par5,
float par7,
float par8,
int par9) |
void |
setVelocity(double par1,
double par3,
double par5) |
void |
writeEntityToNBT(NBTTagCompound par1NBTTagCompound) |
addEntityCrashInfo, addToPlayerScore, addVelocity, applyEntityCollision, attackEntityFrom, canAttackWithItem, canBeCollidedWith, canBePushed, canRenderOnFire, canRiderInteract, canTriggerWalking, 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, getBoundingBox, getBrightness, getBrightnessForRender, getCollisionBorderSize, getCollisionBox, getCommandSenderName, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityData, getEntityId, getEntityString, getExtendedProperties, getEyeHeight, getFlag, getLastActiveItems, getLookVec, getMaxInPortalTime, getMaxSafePointTries, getMountedYOffset, getParts, getPersistentID, getPickedResult, getPortalCooldown, getRotationYawHead, getSplashSound, getSwimSound, getTeleportDirection, getUniqueID, getYOffset, handleHealthUpdate, handleLavaMovement, handleWaterMovement, hashCode, hitByEntity, interactFirst, isBurning, isCreatureType, isEating, isEntityAlive, isEntityEqual, isEntityInsideOpaqueBlock, isEntityInvulnerable, isImmuneToFire, isInRangeToRender3d, isInsideOfMaterial, isInvisible, isInvisibleToPlayer, isInWater, isOffsetPositionInLiquid, isPushedByWater, isRiding, isSneaking, isSprinting, isWet, kill, mountEntity, moveEntity, moveFlying, newDoubleNBTList, newFloatNBTList, onChunkLoad, onCollideWithPlayer, onEntityUpdate, onKillEntity, onStruckByLightning, performHurtAnimation, playSound, preparePlayerToSpawn, readFromNBT, registerExtendedProperties, resetEntityId, setAir, setAngles, setBeenAttacked, setCurrentItemOrArmor, setEating, setEntityId, setFire, setFlag, setInPortal, setInvisible, setInWeb, setLocationAndAngles, setOnFireFromLava, setPosition, setPositionAndRotation, setRotation, setRotationYawHead, setSize, setSneaking, setSprinting, setWorld, shouldDismountInWater, shouldRenderInPass, shouldRiderSit, shouldSetPosAfterLoading, toString, travelToDimension, updateFallState, updateRidden, updateRiderPosition, writeMountToNBT, writeToNBT, writeToNBTOptionalpublic int field_146044_a
public EntityPlayer field_146042_b
public Entity field_146043_c
public EntityFishHook(World par1World)
public EntityFishHook(World par1World, double par2, double par4, double par6, EntityPlayer par8EntityPlayer)
public EntityFishHook(World par1World, EntityPlayer par2EntityPlayer)
protected void entityInit()
entityInit in class Entitypublic void func_146035_c(double p_146035_1_,
double p_146035_3_,
double p_146035_5_,
float p_146035_7_,
float p_146035_8_)
public boolean isInRangeToRenderDist(double par1)
isInRangeToRenderDist in class Entitypublic void setPositionAndRotation2(double par1,
double par3,
double par5,
float par7,
float par8,
int par9)
setPositionAndRotation2 in class Entitypublic void setVelocity(double par1,
double par3,
double par5)
setVelocity in class Entitypublic void writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
writeEntityToNBT in class Entitypublic void readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
readEntityFromNBT in class Entitypublic float getShadowSize()
getShadowSize in class Entitypublic int func_146034_e()