Uses of Class
net.minecraft.src.Entity

Packages that use Entity
cpw.mods.fml.client   
cpw.mods.fml.client.modloader   
cpw.mods.fml.client.registry   
cpw.mods.fml.common   
cpw.mods.fml.common.modloader   
cpw.mods.fml.common.network   
cpw.mods.fml.common.registry   
cpw.mods.fml.server   
net.minecraft.src   
net.minecraftforge.client   
net.minecraftforge.common   
net.minecraftforge.event.entity   
net.minecraftforge.event.entity.minecart   
net.minecraftforge.event.entity.player   
 

Uses of Entity in cpw.mods.fml.client
 

Methods in cpw.mods.fml.client that return Entity
 Entity FMLClientHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er, EntitySpawnPacket packet)
           
 

Uses of Entity in cpw.mods.fml.client.modloader
 

Methods in cpw.mods.fml.client.modloader that return Entity
 Entity ModLoaderClientHelper.spawnEntity(BaseModProxy mod, EntitySpawnPacket input, EntityRegistry.EntityRegistration er)
           
 

Uses of Entity in cpw.mods.fml.client.registry
 

Method parameters in cpw.mods.fml.client.registry with type arguments of type Entity
 void RenderingRegistry.loadEntityRenderers(Map<Class<? extends Entity>,Render> rendererMap)
           
static void RenderingRegistry.registerEntityRenderingHandler(Class<? extends Entity> entityClass, Render renderer)
          Register an entity rendering handler.
 

Uses of Entity in cpw.mods.fml.common
 

Methods in cpw.mods.fml.common that return Entity
 Entity IFMLSidedHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration, EntitySpawnPacket packet)
           
 Entity FMLCommonHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration, EntitySpawnPacket entitySpawnPacket)
           
 

Uses of Entity in cpw.mods.fml.common.modloader
 

Methods in cpw.mods.fml.common.modloader that return Entity
 Entity ModLoaderEntitySpawnCallback.apply(EntitySpawnPacket input)
           
 Entity IModLoaderSidedHelper.spawnEntity(BaseModProxy mod, EntitySpawnPacket input, EntityRegistry.EntityRegistration registration)
           
 

Method parameters in cpw.mods.fml.common.modloader with type arguments of type Entity
static void ModLoaderHelper.buildEntityTracker(BaseModProxy mod, Class<? extends Entity> entityClass, int entityTypeId, int updateRange, int updateInterval, boolean sendVelocityInfo)
           
 

Uses of Entity in cpw.mods.fml.common.network
 

Methods in cpw.mods.fml.common.network with parameters of type Entity
static Packet FMLNetworkHandler.getEntitySpawningPacket(Entity entity)
           
 

Uses of Entity in cpw.mods.fml.common.registry
 

Methods in cpw.mods.fml.common.registry that return Entity
 Entity EntityRegistry.EntityRegistration.doCustomSpawning(EntitySpawnPacket packet)
           
 Entity IThrowableEntity.getThrower()
          Gets the entity that threw/created this entity.
 

Methods in cpw.mods.fml.common.registry that return types with arguments of type Entity
 Class<? extends Entity> EntityRegistry.EntityRegistration.getEntityClass()
           
 

Methods in cpw.mods.fml.common.registry with parameters of type Entity
 void IThrowableEntity.setThrower(Entity entity)
          Sets the entity that threw/created this entity.
 boolean EntityRegistry.tryTrackingEntity(EntityTracker entityTracker, Entity entity)
           
 

Method parameters in cpw.mods.fml.common.registry with type arguments of type Entity
 EntityRegistry.EntityRegistration EntityRegistry.lookupModSpawn(Class<? extends Entity> clazz, boolean keepLooking)
           
static void EntityRegistry.registerGlobalEntityID(Class<? extends Entity> entityClass, String entityName, int id)
           
static void EntityRegistry.registerGlobalEntityID(Class<? extends Entity> entityClass, String entityName, int id, int backgroundEggColour, int foregroundEggColour)
           
static void EntityRegistry.registerModEntity(Class<? extends Entity> entityClass, String entityName, int id, Object mod, int trackingRange, int updateFrequency, boolean sendsVelocityUpdates)
          Register the mod entity type with FML
static EntityRegistry.EntityRegistration EntityRegistry.registerModLoaderEntity(Object mod, Class<? extends Entity> entityClass, int entityTypeId, int updateRange, int updateInterval, boolean sendVelocityInfo)
          Deprecated. 
 void EntityRegistry.EntityRegistration.setCustomSpawning(com.google.common.base.Function<EntitySpawnPacket,Entity> callable, boolean usesVanillaSpawning)
           
 

Constructor parameters in cpw.mods.fml.common.registry with type arguments of type Entity
EntityRegistry.EntityRegistration(ModContainer mc, Class<? extends Entity> entityClass, String entityName, int id, int trackingRange, int updateFrequency, boolean sendsVelocityUpdates)
           
 

Uses of Entity in cpw.mods.fml.server
 

Methods in cpw.mods.fml.server that return Entity
 Entity FMLServerHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er, EntitySpawnPacket packet)
           
 

Uses of Entity in net.minecraft.src
 

Subclasses of Entity in net.minecraft.src
 class EntityAgeable
           
 class EntityAnimal
           
 class EntityArrow
           
 class EntityAuraFX
           
 class EntityBlaze
           
 class EntityBoat
           
 class EntityBreakingFX
           
 class EntityBubbleFX
           
 class EntityCaveSpider
           
 class EntityChicken
           
 class EntityClientPlayerMP
           
 class EntityCloudFX
           
 class EntityCow
           
 class EntityCreature
           
 class EntityCreeper
           
 class EntityCrit2FX
           
 class EntityCritFX
           
 class EntityDiggingFX
           
 class EntityDragon
           
 class EntityDragonBase
           
 class EntityDragonPart
           
 class EntityDropParticleFX
           
 class EntityEgg
           
 class EntityEnchantmentTableParticleFX
           
 class EntityEnderCrystal
           
 class EntityEnderEye
           
 class EntityEnderman
           
 class EntityEnderPearl
           
 class EntityExpBottle
           
 class EntityExplodeFX
           
 class EntityFallingSand
           
 class EntityFireball
           
 class EntityFishHook
           
 class EntityFlameFX
           
 class EntityFlying
           
 class EntityFootStepFX
           
 class EntityFX
           
 class EntityGhast
           
 class EntityGiantZombie
           
 class EntityGolem
           
 class EntityHeartFX
           
 class EntityHugeExplodeFX
           
 class EntityIronGolem
           
 class EntityItem
           
 class EntityLargeExplodeFX
           
 class EntityLavaFX
           
 class EntityLightningBolt
           
 class EntityLiving
           
 class EntityMagmaCube
           
 class EntityMinecart
           
 class EntityMob
           
 class EntityMooshroom
           
 class EntityNoteFX
           
 class EntityOcelot
           
 class EntityOtherPlayerMP
           
 class EntityPainting
           
 class EntityPickupFX
           
 class EntityPig
           
 class EntityPigZombie
           
 class EntityPlayer
           
 class EntityPlayerMP
           
 class EntityPlayerSP
           
 class EntityPortalFX
           
 class EntityPotion
           
 class EntityRainFX
           
 class EntityReddustFX
           
 class EntitySheep
           
 class EntitySilverfish
           
 class EntitySkeleton
           
 class EntitySlime
           
 class EntitySmallFireball
           
 class EntitySmokeFX
           
 class EntitySnowball
           
 class EntitySnowman
           
 class EntitySnowShovelFX
           
 class EntitySpellParticleFX
           
 class EntitySpider
           
 class EntitySplashFX
           
 class EntitySquid
           
 class EntitySuspendFX
           
 class EntityTameable
           
 class EntityThrowable
           
 class EntityTNTPrimed
           
 class EntityVillager
           
 class EntityWaterMob
           
 class EntityWeatherEffect
           
 class EntityWolf
           
 class EntityXPOrb
           
 class EntityZombie
           
 

Fields in net.minecraft.src declared as Entity
 Entity EntityFishHook.bobber
          The entity that the fishing rod is connected to, if any.
 Entity MovingObjectPosition.entityHit
          The hit entity
 Entity Explosion.exploder
           
 Entity EntityTrackerEntry.myEntity
           
 Entity Entity.riddenByEntity
          The entity that is riding this entity
 Entity Entity.ridingEntity
          The entity we are currently riding
 Entity EntityArrow.shootingEntity
          The owner of this arrow.
 

Methods in net.minecraft.src that return Entity
 Entity Item.createEntity(World world, Entity location, ItemStack itemstack)
          This function should return a new entity to replace the dropped item.
static Entity EntityList.createEntityByID(int par0, World par1World)
          Create a new instance of an entity in the world by using an entity ID.
static Entity EntityList.createEntityByName(String par0Str, World par1World)
          Create a new instance of an entity in the world by using the entity name.
static Entity EntityList.createEntityFromNBT(NBTTagCompound par0NBTTagCompound, World par1World)
          create a new instance of an entity from NBT store
 Entity World.findNearestEntityWithinAABB(Class par1Class, AxisAlignedBB par2AxisAlignedBB, Entity par3Entity)
           
 Entity DamageSource.getEntity()
           
 Entity EntityDamageSourceIndirect.getEntity()
           
 Entity EntityDamageSource.getEntity()
           
 Entity WorldClient.getEntityByID(int par1)
          Lookup and return an Entity based on its ID
 Entity WorldServer.getEntityByID(int par1)
          Returns the Entity with the given ID, or null if it doesn't exist in this World.
 Entity EntityCreature.getEntityToAttack()
          Returns current entities target
 Entity TileEntityMobSpawner.getMobEntity()
           
 Entity[] EntityDragon.getParts()
          Return the Entity parts making up this Entity (currently only for dragons)
 Entity[] Entity.getParts()
          Return the Entity parts making up this Entity (currently only for dragons)
 Entity DamageSource.getSourceOfDamage()
           
 Entity EntityDamageSourceIndirect.getSourceOfDamage()
           
 Entity WorldClient.removeEntityFromWorld(int par1)
           
 Entity BaseMod.spawnEntity(int entityId, World world, double scaledX, double scaledY, double scaledZ)
          Spawn the entity of the supplied type, if it is your mod's
 

Methods in net.minecraft.src with parameters of type Entity
 void BlockHalfSlab.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockBrewingStand.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockPistonExtension.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockEndPortalFrame.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockLilyPad.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockStairs.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockEndPortal.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void Block.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockPane.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockCauldron.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void BlockPistonBase.addCollidingBlockToList(World par1World, int par2, int par3, int par4, AxisAlignedBB par5AxisAlignedBB, List par6List, Entity par7Entity)
          if the specified block is in the given AABB, add its collision bounding box to the given list
 void EmptyChunk.addEntity(Entity par1Entity)
          Adds an entity to the chunk.
 void Chunk.addEntity(Entity par1Entity)
          Adds an entity to the chunk.
 void EntityTracker.addEntityToTracker(Entity par1Entity)
          if entity is a player sends all tracked events to the player, otherwise, adds with a visibility and update arate based on the class type
 void EntityTracker.addEntityToTracker(Entity par1Entity, int par2, int par3)
           
 void EntityTracker.addEntityToTracker(Entity par1Entity, int par2, int par3, boolean par4)
           
 void WorldClient.addEntityToWorld(int par1, Entity par2Entity)
          Add an ID to Entity mapping to entityHashSet
 void Entity.addToPlayerScore(Entity par1Entity, int par2)
          Adds a value to the player score.
 void EntityPlayer.addToPlayerScore(Entity par1Entity, int par2)
          Adds a value to the player score.
 boolean WorldServer.addWeatherEffect(Entity par1Entity)
          adds a lightning bolt to the list of lightning bolts in this world.
 boolean World.addWeatherEffect(Entity par1Entity)
          adds a lightning bolt to the list of lightning bolts in this world.
 void EntityMinecart.applyEntityCollision(Entity par1Entity)
          Applies a velocity to each of the entities pushing them away from each other.
 void Entity.applyEntityCollision(Entity par1Entity)
          Applies a velocity to each of the entities pushing them away from each other.
 void PlayerControllerMP.attackEntity(EntityPlayer par1EntityPlayer, Entity par2Entity)
          Attacks an entity
 boolean EntityIronGolem.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityMob.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityWolf.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityLiving.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityCreeper.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityOcelot.attackEntityAsMob(Entity par1Entity)
           
 boolean EntityCaveSpider.attackEntityAsMob(Entity par1Entity)
           
 void EntityPlayer.attackTargetEntityWithCurrentItem(Entity par1Entity)
          Attacks for the player the targeted entity with the currently equipped item.
 boolean EntityLiving.canEntityBeSeen(Entity par1Entity)
          returns true if the entity provided in the argument can be seen.
 boolean World.canPlaceEntityOnSide(int par1, int par2, int par3, int par4, boolean par5, int par6, Entity par7Entity)
          Returns true if the given Entity can be placed on the given side of the given block position.
 boolean EntitySenses.canSee(Entity par1Entity)
          Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
static DamageSource DamageSource.causeArrowDamage(EntityArrow par0EntityArrow, Entity par1Entity)
          returns EntityDamageSourceIndirect of an arrow
static DamageSource DamageSource.causeFireballDamage(EntityFireball par0EntityFireball, Entity par1Entity)
          returns EntityDamageSourceIndirect of a fireball
static DamageSource DamageSource.causeIndirectMagicDamage(Entity par0Entity, Entity par1Entity)
           
static DamageSource DamageSource.causeThrownDamage(Entity par0Entity, Entity par1Entity)
           
 boolean World.checkIfAABBIsClearExcludingEntity(AxisAlignedBB par1AxisAlignedBB, Entity par2Entity)
          Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
 int EntityAINearestAttackableTargetSorter.compareDistanceSq(Entity par1Entity, Entity par2Entity)
           
 Entity Item.createEntity(World world, Entity location, ItemStack itemstack)
          This function should return a new entity to replace the dropped item.
 PathEntity PathFinder.createEntityPathTo(Entity par1Entity, Entity par2Entity, float par3)
          Creates a path from one entity to another within a minimum distance
 PathEntity PathFinder.createEntityPathTo(Entity par1Entity, int par2, int par3, int par4, float par5)
          Creates a path from an entity to a specified location within a minimum distance
 Explosion World.createExplosion(Entity par1Entity, double par2, double par4, double par6, float par8)
          Creates an explosion.
 boolean Teleporter.createPortal(World par1World, Entity par2Entity)
          Create a new portal near an entity.
 float WorldRenderer.distanceToEntitySquared(Entity par1Entity)
          Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons.
 void RenderPig.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderLightningBolt.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderArrow.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderEnderman.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderBlaze.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderFireball.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderPlayer.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderSnowball.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderVillager.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderDragon.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderOcelot.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderWolf.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderFallingSand.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderSheep.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderMinecart.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderItem.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderLiving.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderBoat.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
abstract  void Render.doRender(Entity var1, double var2, double var4, double var6, float var8, float var9)
          Actually renders the given argument.
 void RenderIronGolem.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderXPOrb.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderPainting.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderEntity.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderFish.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderMooshroom.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderTNTPrimed.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderChicken.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderSilverfish.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderSquid.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderEnderCrystal.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderCow.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void RenderMagmaCube.doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Actually renders the given argument.
 void Render.doRenderShadowAndFire(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Renders the entity's shadow and fire (if its on fire).
 void EntityLiving.faceEntity(Entity par1Entity, float par2, float par3)
          Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
 Entity World.findNearestEntityWithinAABB(Class par1Class, AxisAlignedBB par2AxisAlignedBB, Entity par3Entity)
           
 boolean PlayerControllerMP.func_78768_b(EntityPlayer par1EntityPlayer, Entity par2Entity)
           
 EntityPlayer World.getClosestPlayerToEntity(Entity par1Entity, double par2)
          Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored).
 EntityPlayer World.getClosestVulnerablePlayerToEntity(Entity par1Entity, double par2)
          Returns the closest vulnerable player to this entity within the given radius, or null if none is found
 List World.getCollidingBoundingBoxes(Entity par1Entity, AxisAlignedBB par2AxisAlignedBB)
          Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision.
 AxisAlignedBB EntityMinecart.getCollisionBox(Entity par1Entity)
          Returns a boundingBox used to collide the entity with other entities and blocks.
 AxisAlignedBB Entity.getCollisionBox(Entity par1Entity)
          Returns a boundingBox used to collide the entity with other entities and blocks.
 AxisAlignedBB EntityBoat.getCollisionBox(Entity par1Entity)
          Returns a boundingBox used to collide the entity with other entities and blocks.
 int ItemSword.getDamageVsEntity(Entity par1Entity)
          Returns the damage against a given entity.
 int ItemTool.getDamageVsEntity(Entity par1Entity)
          Returns the damage against a given entity.
 int Item.getDamageVsEntity(Entity par1Entity)
          Returns the damage against a given entity.
 int InventoryPlayer.getDamageVsEntity(Entity par1Entity)
          Return damage vs an entity done by the current held weapon, or 1 if nothing is held
 int ItemStack.getDamageVsEntity(Entity par1Entity)
          Returns the damage against a given entity.
 double Entity.getDistanceSqToEntity(Entity par1Entity)
          Returns the squared distance to the entity.
 float Entity.getDistanceToEntity(Entity par1Entity)
          Returns the distance to the entity.
 List World.getEntitiesWithinAABBExcludingEntity(Entity par1Entity, AxisAlignedBB par2AxisAlignedBB)
          Will get all entities within the specified AABB excluding the one passed into it.
 void EmptyChunk.getEntitiesWithinAABBForEntity(Entity par1Entity, AxisAlignedBB par2AxisAlignedBB, List par3List)
          Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
 void Chunk.getEntitiesWithinAABBForEntity(Entity par1Entity, AxisAlignedBB par2AxisAlignedBB, List par3List)
          Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
static int EntityList.getEntityID(Entity par0Entity)
          gets the entityID of a specific entity
 PathEntity World.getEntityPathToXYZ(Entity par1Entity, int par2, int par3, int par4, float par5, boolean par6, boolean par7, boolean par8, boolean par9)
           
 Render RenderManager.getEntityRenderObject(Entity par1Entity)
           
static String EntityList.getEntityString(Entity par0Entity)
          Gets the string representation of a specific entity.
 float BlockStairs.getExplosionResistance(Entity par1Entity)
          Returns how much this block can resist explosions from the passed in entity.
 float Block.getExplosionResistance(Entity par1Entity)
          Returns how much this block can resist explosions from the passed in entity.
 float Block.getExplosionResistance(Entity par1Entity, World world, int x, int y, int z, double explosionX, double explosionY, double explosionZ)
          Location sensitive version of getExplosionRestance
 PathEntity World.getPathEntityToEntity(Entity par1Entity, Entity par2Entity, float par3, boolean par4, boolean par5, boolean par6, boolean par7)
           
 Vec3 PathEntity.getPosition(Entity par1Entity)
          returns the current PathEntity target node as Vec3D
 Vec3 WorldProvider.getSkyColor(Entity cameraEntity, float partialTicks)
           
 Vec3 World.getSkyColor(Entity par1Entity, float par2)
           
 Vec3 World.getSkyColorBody(Entity par1Entity, float par2)
           
 Vec3 PathEntity.getVectorFromIndex(Entity par1Entity, int par2)
          Gets the vector of the PathPoint associated with the given index.
 boolean World.handleMaterialAcceleration(AxisAlignedBB par1AxisAlignedBB, Material par2Material, Entity par3Entity)
          handles the acceleration of an object whilst in water.
 boolean EntityPlayer.interactWith(Entity par1Entity)
           
 boolean Entity.isEntityEqual(Entity par1Entity)
          Returns true if Entity argument is equal to this Entity
 boolean EntityDragonPart.isEntityEqual(Entity par1Entity)
          Returns true if Entity argument is equal to this Entity
 void World.joinEntityInSurroundings(Entity par1Entity)
           
 void EntityLiving.knockBack(Entity par1Entity, int par2, double par3, double par5)
          knocks back this entity
 void Entity.mountEntity(Entity par1Entity)
          Called when a player mounts an entity.
 void EntityPlayerMP.mountEntity(Entity par1Entity)
          Called when a player mounts an entity.
 Explosion WorldServer.newExplosion(Entity par1Entity, double par2, double par4, double par6, float par8, boolean par9)
          returns a new explosion.
 Explosion World.newExplosion(Entity par1Entity, double par2, double par4, double par6, float par8, boolean par9)
          returns a new explosion.
 void RenderGlobal.obtainEntitySkin(Entity par1Entity)
          Start the skin for this entity downloading, if necessary, and increment its reference counter
 void IWorldAccess.obtainEntitySkin(Entity var1)
          Start the skin for this entity downloading, if necessary, and increment its reference counter
 void WorldManager.obtainEntitySkin(Entity par1Entity)
          Start the skin for this entity downloading, if necessary, and increment its reference counter
 void EntityPlayerSP.onCriticalHit(Entity par1Entity)
          Called when the player performs a critical hit on the Entity.
 void EntityPlayer.onCriticalHit(Entity par1Entity)
          Called when the player performs a critical hit on the Entity.
 void EntityPlayerMP.onCriticalHit(Entity par1Entity)
          Called when the player performs a critical hit on the Entity.
 void EntityPlayerSP.onEnchantmentCritical(Entity par1Entity)
           
 void EntityPlayer.onEnchantmentCritical(Entity par1Entity)
           
 void EntityPlayerMP.onEnchantmentCritical(Entity par1Entity)
           
 void BlockTripWire.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockCactus.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockPressurePlate.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockPortal.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockEndPortal.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void Block.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockSoulSand.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockWeb.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockDetectorRail.onEntityCollidedWithBlock(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Triggered whenever an entity collides with this block (enters into the block).
 void BlockRedstoneOre.onEntityWalking(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Called whenever an entity is walking on top of this block.
 void BlockStairs.onEntityWalking(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Called whenever an entity is walking on top of this block.
 void Block.onEntityWalking(World par1World, int par2, int par3, int par4, Entity par5Entity)
          Called whenever an entity is walking on top of this block.
 void BlockFarmland.onFallenUpon(World par1World, int par2, int par3, int par4, Entity par5Entity, float par6)
          Block's chance to react to an entity falling on it.
 void Block.onFallenUpon(World par1World, int par2, int par3, int par4, Entity par5Entity, float par6)
          Block's chance to react to an entity falling on it.
 void EntityPlayerSP.onItemPickup(Entity par1Entity, int par2)
          Called whenever an item is picked up from walking over it.
 void EntityPlayer.onItemPickup(Entity par1Entity, int par2)
          Called whenever an item is picked up from walking over it.
 void EntityPlayerMP.onItemPickup(Entity par1Entity, int par2)
          Called whenever an item is picked up from walking over it.
 boolean Item.onLeftClickEntity(ItemStack stack, EntityPlayer player, Entity entity)
          Called when the player Left Clicks (attacks) an entity.
 void ItemMap.onUpdate(ItemStack par1ItemStack, World par2World, Entity par3Entity, int par4, boolean par5)
          Called each tick as long the item is on a player inventory.
 void Item.onUpdate(ItemStack par1ItemStack, World par2World, Entity par3Entity, int par4, boolean par5)
          Called each tick as long the item is on a player inventory.
 boolean Teleporter.placeInExistingPortal(World par1World, Entity par2Entity)
          Place an entity in a nearby portal which already exists.
 void Teleporter.placeInPortal(World par1World, Entity par2Entity)
          Place an entity in a nearby portal, creating one if necessary.
 void World.playSoundAtEntity(Entity par1Entity, String par2Str, float par3, float par4)
          Plays a sound at the entity's position.
 void RenderGlobal.releaseEntitySkin(Entity par1Entity)
          Decrement the reference counter for this entity's skin image data
 void IWorldAccess.releaseEntitySkin(Entity var1)
          Decrement the reference counter for this entity's skin image data
 void WorldManager.releaseEntitySkin(Entity par1Entity)
          Decrement the reference counter for this entity's skin image data
 void EmptyChunk.removeEntity(Entity par1Entity)
          removes entity using its y chunk coordinate as its index
 void Chunk.removeEntity(Entity par1Entity)
          removes entity using its y chunk coordinate as its index
 void World.removeEntity(Entity par1Entity)
          remove dat player from dem servers
 void EmptyChunk.removeEntityAtIndex(Entity par1Entity, int par2)
          Removes entity at the specified index from the entity array.
 void Chunk.removeEntityAtIndex(Entity par1Entity, int par2)
          Removes entity at the specified index from the entity array.
 void EntityTracker.removeEntityFromAllTrackingPlayers(Entity par1Entity)
           
 void ModelCreeper.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelBiped.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelBoat.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelSlime.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelBase.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelGhast.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelWolf.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelMagmaCube.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelVillager.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelSquid.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelQuadruped.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelBook.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelOcelot.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelChicken.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelSnowMan.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelEnderCrystal.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelDragon.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelSilverfish.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelBlaze.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelIronGolem.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelSpider.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void ModelMinecart.render(Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
          Sets the models various rotation angles then renders the model.
 void RenderManager.renderEntity(Entity par1Entity, float par2)
          Will render the specified entity at the specified partial tick time.
 void RenderManager.renderEntityWithPosYaw(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
          Renders the specified entity with the passed in position, yaw, and partialTickTime.
 void EffectRenderer.renderLitParticles(Entity par1Entity, float par2)
           
 void EffectRenderer.renderParticles(Entity par1Entity, float par2)
          Renders all current particles.
 void EntityTracker.sendPacketToAllAssociatedPlayers(Entity par1Entity, Packet par2Packet)
          sends to the entity if the entity is a player
 void EntityTracker.sendPacketToAllPlayersTrackingEntity(Entity par1Entity, Packet par2Packet)
          does not send the packet to the entity if the entity is a player
 void WorldClient.setEntityDead(Entity par1Entity)
          Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list.
 void World.setEntityDead(Entity par1Entity)
          Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list.
 void WorldServer.setEntityState(Entity par1Entity, byte par2)
          sends a Packet 38 (Entity Status) to all tracked players of that entity
 void World.setEntityState(Entity par1Entity, byte par2)
          sends a Packet 38 (Entity Status) to all tracked players of that entity
 void EntityLiving.setLastAttackingEntity(Entity par1Entity)
           
 void EntityLookHelper.setLookPositionWithEntity(Entity par1Entity, float par2, float par3)
          Sets position to look at using entity
 void EntityCreature.setTarget(Entity par1Entity)
          Sets the entity which is to be attacked.
 boolean WorldClient.spawnEntityInWorld(Entity par1Entity)
          Called to place all entities as part of a world
 boolean World.spawnEntityInWorld(Entity par1Entity)
          Called to place all entities as part of a world
 void WorldServer.uncheckedUpdateEntity(Entity par1Entity, boolean par2)
          direct call to super.updateEntityWithOptionalForce
 void Entity.unmountEntity(Entity par1Entity)
          Called when a player unounts an entity.
 void ItemStack.updateAnimation(World par1World, Entity par2Entity, int par3, boolean par4)
          Called each tick as long the ItemStack in on player inventory.
 void World.updateEntity(Entity par1Entity)
          Will update the entity in the world if the chunk the entity is in is currently loaded.
 void WorldServer.updateEntityWithOptionalForce(Entity par1Entity, boolean par2)
          Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update.
 void World.updateEntityWithOptionalForce(Entity par1Entity, boolean par2)
          Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update.
 void ItemMap.updateMapData(World par1World, Entity par2Entity, MapData par3MapData)
           
 void BlockFluid.velocityToAddToEntity(World par1World, int par2, int par3, int par4, Entity par5Entity, Vec3 par6Vec3)
          Can add to the passed in vector for a movement vector to be applied to the entity.
 void BlockStairs.velocityToAddToEntity(World par1World, int par2, int par3, int par4, Entity par5Entity, Vec3 par6Vec3)
          Can add to the passed in vector for a movement vector to be applied to the entity.
 void Block.velocityToAddToEntity(World par1World, int par2, int par3, int par4, Entity par5Entity, Vec3 par6Vec3)
          Can add to the passed in vector for a movement vector to be applied to the entity.
 void TileEntityMobSpawner.writeNBTTagsTo(Entity par1Entity)
           
 

Method parameters in net.minecraft.src with type arguments of type Entity
static void ModLoader.addAllRenderers(Map<Class<? extends Entity>,Render> renderers)
          Deprecated. 
static void ModLoader.addEntityTracker(BaseMod mod, Class<? extends Entity> entityClass, int entityTypeId, int updateRange, int updateInterval, boolean sendVelocityInfo)
           
 void BaseMod.addRenderer(Map<Class<? extends Entity>,Render> renderers)
           
static void ModLoader.registerEntityID(Class<? extends Entity> entityClass, String entityName, int id)
          Register a new entity ID
static void ModLoader.registerEntityID(Class<? extends Entity> entityClass, String entityName, int id, int background, int foreground)
          Register a new entity ID
 

Constructors in net.minecraft.src with parameters of type Entity
EntityAINearestAttackableTargetSorter(EntityAINearestAttackableTarget par1EntityAINearestAttackableTarget, Entity par2Entity)
           
EntityCrit2FX(World par1World, Entity par2Entity)
           
EntityCrit2FX(World par1World, Entity par2Entity, String par3Str)
           
EntityDamageSource(String par1Str, Entity par2Entity)
           
EntityDamageSourceIndirect(String par1Str, Entity par2Entity, Entity par3Entity)
           
EntityPickupFX(World par1World, Entity par2Entity, Entity par3Entity, float par4)
           
EntitySorter(Entity par1Entity)
           
EntityTrackerEntry(Entity par1Entity, int par2, int par3, boolean par4)
           
Explosion(World par1World, Entity par2Entity, double par3, double par5, double par7, float par9)
           
MovingObjectPosition(Entity par1Entity)
           
Packet17Sleep(Entity par1Entity, int par2, int par3, int par4, int par5)
           
Packet18Animation(Entity par1Entity, int par2)
           
Packet19EntityAction(Entity par1Entity, int par2)
           
Packet23VehicleSpawn(Entity par1Entity, int par2)
           
Packet23VehicleSpawn(Entity par1Entity, int par2, int par3)
           
Packet28EntityVelocity(Entity par1Entity)
           
Packet34EntityTeleport(Entity par1Entity)
           
Packet39AttachEntity(Entity par1Entity, Entity par2Entity)
           
Packet71Weather(Entity par1Entity)
           
 

Uses of Entity in net.minecraftforge.client
 

Methods in net.minecraftforge.client with parameters of type Entity
static Object ModCompatibilityClient.mlmpVehicleSpawn(int type, World world, double x, double y, double z, Entity thrower, Object currentEntity)
          Attempts to spawn a vehicle using ModLoaderMP's vehicle spawn registry, if MLMP is not installed it returns the passed in currentEntity
 

Uses of Entity in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return Entity
 Entity IThrowableEntity.getThrower()
          Gets the entity that threw/created this entity.
 

Methods in net.minecraftforge.common with parameters of type Entity
 AxisAlignedBB IMinecartCollisionHandler.getCollisionBox(EntityMinecart cart, Entity other)
          This function replaced the function of the same name in EntityMinecart.
 void IMinecartCollisionHandler.onEntityCollision(EntityMinecart cart, Entity other)
          This basically replaces the function of the same name in EnityMinecart.
 void IThrowableEntity.setThrower(Entity entity)
          Sets the entity that threw/created this entity.
 

Uses of Entity in net.minecraftforge.event.entity
 

Fields in net.minecraftforge.event.entity declared as Entity
 Entity EntityEvent.entity
           
 

Constructors in net.minecraftforge.event.entity with parameters of type Entity
EntityEvent.CanUpdate(Entity entity)
           
EntityEvent(Entity entity)
           
EntityJoinWorldEvent(Entity entity, World world)
           
PlaySoundAtEntityEvent(Entity entity, String name, float volume, float pitch)
           
 

Uses of Entity in net.minecraftforge.event.entity.minecart
 

Fields in net.minecraftforge.event.entity.minecart declared as Entity
 Entity MinecartCollisionEvent.collider
           
 

Constructors in net.minecraftforge.event.entity.minecart with parameters of type Entity
MinecartCollisionEvent(EntityMinecart minecart, Entity collider)
           
 

Uses of Entity in net.minecraftforge.event.entity.player
 

Fields in net.minecraftforge.event.entity.player declared as Entity
 Entity EntityInteractEvent.target
           
 Entity AttackEntityEvent.target
           
 

Constructors in net.minecraftforge.event.entity.player with parameters of type Entity
AttackEntityEvent(EntityPlayer player, Entity target)
           
EntityInteractEvent(EntityPlayer player, Entity target)