Modifier and Type | Method and Description |
---|---|
boolean |
MobEffectsPredicate.test(Entity entityIn) |
boolean |
NBTPredicate.test(Entity entityIn) |
boolean |
EntityPredicate.test(EntityPlayerMP player,
Entity entity) |
boolean |
SummonedEntityTrigger.Instance.test(EntityPlayerMP player,
Entity entity) |
boolean |
KilledTrigger.Instance.test(EntityPlayerMP player,
Entity entity,
DamageSource source) |
boolean |
PlayerHurtEntityTrigger.Instance.test(EntityPlayerMP player,
Entity entity,
DamageSource source,
float dealt,
float taken,
boolean blocked) |
void |
SummonedEntityTrigger.trigger(EntityPlayerMP player,
Entity entity) |
void |
SummonedEntityTrigger.Listeners.trigger(EntityPlayerMP player,
Entity entity) |
void |
KilledTrigger.trigger(EntityPlayerMP player,
Entity entity,
DamageSource source) |
void |
KilledTrigger.Listeners.trigger(EntityPlayerMP player,
Entity entity,
DamageSource source) |
void |
PlayerHurtEntityTrigger.trigger(EntityPlayerMP player,
Entity entityIn,
DamageSource source,
float amountDealt,
float amountTaken,
boolean blocked) |
void |
PlayerHurtEntityTrigger.Listeners.trigger(EntityPlayerMP player,
Entity entity,
DamageSource source,
float dealt,
float taken,
boolean blocked) |
Modifier and Type | Method and Description |
---|---|
void |
BlockFence.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockPistonExtension.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockHopper.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockChorusPlant.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockEndPortalFrame.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockPistonBase.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
Block.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState)
Deprecated.
|
void |
BlockPane.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockCauldron.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockBrewingStand.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockEndPortal.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockLilyPad.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockWall.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockStairs.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
void |
BlockPistonMoving.addCollisionBoxToList(IBlockState state,
World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean isActualState) |
boolean |
Block.addRunningEffects(IBlockState state,
World world,
BlockPos pos,
Entity entity)
Allows a block to override the standard vanilla running particles.
|
boolean |
Block.canEntityDestroy(IBlockState state,
IBlockAccess world,
BlockPos pos,
Entity entity)
Determines if this block is can be destroyed by the specified entities normal behavior.
|
boolean |
Block.canEntitySpawn(IBlockState state,
Entity entityIn)
Deprecated.
|
boolean |
BlockMagma.canEntitySpawn(IBlockState state,
Entity entityIn) |
float |
Block.getExplosionResistance(Entity exploder)
Deprecated.
|
float |
BlockStairs.getExplosionResistance(Entity exploder) |
float |
Block.getExplosionResistance(World world,
BlockPos pos,
Entity exploder,
Explosion explosion)
Location sensitive version of getExplosionResistance
|
Vec3d |
BlockLiquid.getFogColor(World world,
BlockPos pos,
IBlockState state,
Entity entity,
Vec3d originalColor,
float partialTicks) |
Vec3d |
Block.getFogColor(World world,
BlockPos pos,
IBlockState state,
Entity entity,
Vec3d originalColor,
float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.
|
float |
Block.getSlipperiness(IBlockState state,
IBlockAccess world,
BlockPos pos,
Entity entity)
Gets the slipperiness at the given location at the given state.
|
SoundType |
Block.getSoundType(IBlockState state,
World world,
BlockPos pos,
Entity entity)
Sensitive version of getSoundType
|
boolean |
Block.isBed(IBlockState state,
IBlockAccess world,
BlockPos pos,
Entity player)
Determines if this block is classified as a Bed, Allowing
players to sleep in it, though the block has to specifically
perform the sleeping functionality in it's activated event.
|
java.lang.Boolean |
Block.isEntityInsideMaterial(IBlockAccess world,
BlockPos blockpos,
IBlockState iblockstate,
Entity entity,
double yToTest,
Material materialIn,
boolean testingHead)
Called when the entity is inside this block, may be used to determined if the entity can breathing,
display material overlays, or if the entity can swim inside a block.
|
Vec3d |
BlockLiquid.modifyAcceleration(World worldIn,
BlockPos pos,
Entity entityIn,
Vec3d motion) |
Vec3d |
Block.modifyAcceleration(World worldIn,
BlockPos pos,
Entity entityIn,
Vec3d motion) |
Vec3d |
BlockStairs.modifyAcceleration(World worldIn,
BlockPos pos,
Entity entityIn,
Vec3d motion) |
void |
BlockTNT.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockCactus.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockTripWire.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockSoulSand.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockWeb.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockPortal.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
Block.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockButton.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockCauldron.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockBasePressurePlate.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockEndPortal.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockLilyPad.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockRailDetector.onEntityCollidedWithBlock(World worldIn,
BlockPos pos,
IBlockState state,
Entity entityIn) |
void |
BlockRedstoneOre.onEntityWalk(World worldIn,
BlockPos pos,
Entity entityIn) |
void |
BlockSlime.onEntityWalk(World worldIn,
BlockPos pos,
Entity entityIn) |
void |
Block.onEntityWalk(World worldIn,
BlockPos pos,
Entity entityIn) |
void |
BlockMagma.onEntityWalk(World worldIn,
BlockPos pos,
Entity entityIn) |
void |
BlockStairs.onEntityWalk(World worldIn,
BlockPos pos,
Entity entityIn) |
void |
BlockFarmland.onFallenUpon(World worldIn,
BlockPos pos,
Entity entityIn,
float fallDistance) |
void |
BlockSlime.onFallenUpon(World worldIn,
BlockPos pos,
Entity entityIn,
float fallDistance) |
void |
BlockHay.onFallenUpon(World worldIn,
BlockPos pos,
Entity entityIn,
float fallDistance) |
void |
Block.onFallenUpon(World worldIn,
BlockPos pos,
Entity entityIn,
float fallDistance) |
void |
BlockBed.onFallenUpon(World worldIn,
BlockPos pos,
Entity entityIn,
float fallDistance) |
void |
BlockSlime.onLanded(World worldIn,
Entity entityIn) |
void |
Block.onLanded(World worldIn,
Entity entityIn) |
void |
BlockBed.onLanded(World worldIn,
Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateContainer.StateImplementation.addCollisionBoxToList(World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean p_185908_6_) |
void |
IBlockProperties.addCollisionBoxToList(World worldIn,
BlockPos pos,
AxisAlignedBB entityBox,
java.util.List<AxisAlignedBB> collidingBoxes,
Entity entityIn,
boolean p_185908_6_) |
boolean |
BlockStateContainer.StateImplementation.canEntitySpawn(Entity entityIn) |
boolean |
IBlockProperties.canEntitySpawn(Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
Entity |
Minecraft.pointedEntity |
private Entity |
Minecraft.renderViewEntity |
Modifier and Type | Method and Description |
---|---|
Entity |
Minecraft.getRenderViewEntity() |
Modifier and Type | Method and Description |
---|---|
void |
Minecraft.setRenderViewEntity(Entity viewingEntity) |
Modifier and Type | Method and Description |
---|---|
void |
SoundManager.setListener(Entity player,
float p_148615_2_) |
void |
SoundHandler.setListener(Entity entity,
float partialTicks) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientPlayer |
class |
EntityOtherPlayerMP |
class |
EntityPlayerSP |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerSP.onCriticalHit(Entity entityHit) |
void |
EntityPlayerSP.onEnchantmentCritical(Entity entityHit) |
boolean |
EntityPlayerSP.startRiding(Entity entityIn,
boolean force) |
Modifier and Type | Method and Description |
---|---|
protected EnumHandSide |
ModelBiped.getMainHand(Entity entityIn) |
void |
ModelSlime.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelSquid.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelShulker.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBook.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelElytra.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBat.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelGhast.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelEnderCrystal.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelDragonHead.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelMagmaCube.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelLeashKnot.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelOcelot.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelWolf.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelShulkerBullet.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelSilverfish.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelDragon.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelSkeletonHead.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelHorse.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBiped.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBlaze.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelArmorStand.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelPlayer.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelPolarBear.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelIronGolem.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelSpider.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelParrot.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelMinecart.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelSnowMan.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelWither.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelIllager.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelGuardian.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelChicken.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelEnderMite.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBoat.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelRabbit.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelLlama.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelHumanoidHead.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelLlamaSpit.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelVillager.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelCreeper.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelQuadruped.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelBase.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelVex.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
ModelEvokerFangs.render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
IMultipassModel.renderMultipass(Entity p_187054_1_,
float p_187054_2_,
float p_187054_3_,
float p_187054_4_,
float p_187054_5_,
float p_187054_6_,
float scale) |
void |
ModelBoat.renderMultipass(Entity p_187054_1_,
float p_187054_2_,
float p_187054_3_,
float p_187054_4_,
float p_187054_5_,
float p_187054_6_,
float scale) |
void |
ModelWitch.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSquid.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelShulker.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelArmorStandArmor.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelEnderman.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelBook.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelElytra.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelBat.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelGhast.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelLeashKnot.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelOcelot.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelWolf.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelShulkerBullet.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSilverfish.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSkeletonHead.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelZombie.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelBiped.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelBlaze.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelArmorStand.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelPlayer.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelPolarBear.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelIronGolem.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSheep1.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSpider.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelParrot.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSnowMan.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelWither.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelIllager.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelGuardian.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelChicken.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelEnderMite.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelRabbit.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelZombieVillager.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelHumanoidHead.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSkeleton.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelVillager.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelCreeper.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelQuadruped.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelBase.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelVex.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
void |
ModelSheep2.setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Entity> |
WorldClient.entityList |
private java.util.Set<Entity> |
WorldClient.entitySpawnQueue |
Modifier and Type | Method and Description |
---|---|
Entity |
WorldClient.getEntityByID(int id) |
Entity |
WorldClient.removeEntityFromWorld(int entityID) |
Modifier and Type | Method and Description |
---|---|
void |
WorldClient.addEntityToWorld(int entityID,
Entity entityToSpawn) |
void |
PlayerControllerMP.attackEntity(EntityPlayer playerIn,
Entity targetEntity) |
EnumActionResult |
PlayerControllerMP.interactWithEntity(EntityPlayer player,
Entity target,
EnumHand hand) |
EnumActionResult |
PlayerControllerMP.interactWithEntity(EntityPlayer player,
Entity target,
RayTraceResult ray,
EnumHand hand) |
void |
WorldClient.onEntityAdded(Entity entityIn) |
void |
WorldClient.onEntityRemoved(Entity entityIn) |
void |
WorldClient.removeEntity(Entity entityIn) |
boolean |
WorldClient.spawnEntity(Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
private Entity |
ParticleEmitter.attachedEntity |
private Entity |
ParticleItemPickup.item |
private Entity |
ParticleItemPickup.target |
Modifier and Type | Method and Description |
---|---|
void |
ParticleManager.emitParticleAtEntity(Entity entityIn,
EnumParticleTypes particleTypes) |
void |
ParticleManager.emitParticleAtEntity(Entity p_191271_1_,
EnumParticleTypes p_191271_2_,
int p_191271_3_) |
void |
ParticleManager.renderLitParticles(Entity entityIn,
float partialTick) |
void |
ParticleFallingDust.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleCrit.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleSweepAttack.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleDragonBreath.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleFootStep.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleRedstone.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleFirework.Overlay.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleFirework.Spark.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleFirework.Starter.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
Barrier.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleLava.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleBreaking.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleCloud.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleFlame.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleDigging.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
Particle.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleExplosionHuge.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleMobAppearance.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleSnowShovel.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticlePortal.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleExplosionLarge.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleHeart.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleNote.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleSmokeNormal.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleEmitter.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleItemPickup.renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
ParticleManager.renderParticles(Entity entityIn,
float partialTicks) |
Constructor and Description |
---|
ParticleEmitter(World worldIn,
Entity p_i46279_2_,
EnumParticleTypes particleTypesIn) |
ParticleEmitter(World p_i47219_1_,
Entity p_i47219_2_,
EnumParticleTypes p_i47219_3_,
int p_i47219_4_) |
ParticleItemPickup(World worldIn,
Entity p_i1233_2_,
Entity p_i1233_3_,
float p_i1233_4_) |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityRenderer.pointedEntity |
Modifier and Type | Method and Description |
---|---|
void |
RenderGlobal.drawBlockDamageTexture(Tessellator tessellatorIn,
BufferBuilder bufferBuilderIn,
Entity entityIn,
float partialTicks) |
static IBlockState |
ActiveRenderInfo.getBlockStateAtEntityViewpoint(World worldIn,
Entity entityIn,
float p_186703_2_) |
protected org.lwjgl.util.vector.Vector3f |
RenderGlobal.getViewVector(Entity entityIn,
double partialTicks) |
private boolean |
RenderGlobal.isOutlineActive(Entity entityIn,
Entity viewer,
ICamera camera) |
void |
EntityRenderer.loadEntityShader(Entity entityIn) |
void |
RenderGlobal.onEntityAdded(Entity entityIn) |
void |
RenderGlobal.onEntityRemoved(Entity entityIn) |
static Vec3d |
ActiveRenderInfo.projectViewFromEntity(Entity entityIn,
double p_178806_1_) |
int |
RenderGlobal.renderBlockLayer(BlockRenderLayer blockLayerIn,
double partialTicks,
int pass,
Entity entityIn) |
void |
RenderGlobal.renderEntities(Entity renderViewEntity,
ICamera camera,
float partialTicks) |
void |
RenderGlobal.renderWorldBorder(Entity entityIn,
float partialTicks) |
void |
RenderGlobal.setupTerrain(Entity viewEntity,
double partialTicks,
ICamera camera,
int frameCount,
boolean playerSpectator) |
static void |
ActiveRenderInfo.updateRenderInfo(Entity entityplayerIn,
boolean p_74583_1_) |
Modifier and Type | Class and Description |
---|---|
class |
Render<T extends Entity> |
class |
RenderSnowball<T extends Entity> |
Modifier and Type | Field and Description |
---|---|
Entity |
RenderManager.pointedEntity |
Entity |
RenderManager.renderViewEntity |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> |
RenderManager.entityRenderMap |
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> |
RenderManager.entityRenderMap |
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
RenderManager.getEntityClassRenderObject(java.lang.Class<? extends Entity> entityClass) |
<T extends Entity> |
RenderManager.getEntityRenderObject(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
void |
RenderManager.cacheActiveRenderInfo(World worldIn,
FontRenderer textRendererIn,
Entity livingPlayerIn,
Entity pointedEntityIn,
GameSettings optionsIn,
float partialTicks) |
void |
RenderEntity.doRender(Entity entity,
double x,
double y,
double z,
float entityYaw,
float partialTicks) |
void |
Render.doRenderShadowAndFire(Entity entityIn,
double x,
double y,
double z,
float yaw,
float partialTicks) |
<T extends Entity> |
RenderManager.getEntityRenderObject(Entity entityIn) |
protected ResourceLocation |
RenderSnowball.getEntityTexture(Entity entity) |
protected ResourceLocation |
RenderEntity.getEntityTexture(Entity entity) |
boolean |
RenderManager.isRenderMultipass(Entity p_188390_1_) |
private void |
RenderManager.renderDebugBoundingBox(Entity entityIn,
double x,
double y,
double z,
float entityYaw,
float partialTicks) |
void |
RenderManager.renderEntity(Entity entityIn,
double x,
double y,
double z,
float yaw,
float partialTicks,
boolean p_188391_10_) |
private void |
Render.renderEntityOnFire(Entity entity,
double x,
double y,
double z,
float partialTicks) |
void |
RenderManager.renderEntityStatic(Entity entityIn,
float partialTicks,
boolean p_188388_3_) |
void |
RenderManager.renderMultipass(Entity p_188389_1_,
float p_188389_2_) |
private void |
Render.renderShadow(Entity entityIn,
double x,
double y,
double z,
float shadowAlpha,
float partialTicks) |
boolean |
RenderManager.shouldRender(Entity entityIn,
ICamera camera,
double camX,
double camY,
double camZ) |
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
RenderManager.getEntityClassRenderObject(java.lang.Class<? extends Entity> entityClass) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
LayerArmorBase.getArmorResource(Entity entity,
ItemStack stack,
EntityEquipmentSlot slot,
java.lang.String type)
More generic ForgeHook version of the above function, it allows for Items to have more control over what texture they provide.
|
Modifier and Type | Field and Description |
---|---|
Entity |
TileEntityRendererDispatcher.entity |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityRendererDispatcher.prepare(World worldIn,
TextureManager renderEngineIn,
FontRenderer fontRendererIn,
Entity entityIn,
RayTraceResult cameraHitResultIn,
float p_190056_6_) |
Modifier and Type | Field and Description |
---|---|
private Entity |
CommandSenderWrapper.entity |
Modifier and Type | Method and Description |
---|---|
private static <T extends Entity> |
EntitySelector.filterResults(java.util.Map<java.lang.String,java.lang.String> params,
java.lang.Class<? extends T> entityClass,
java.util.List<com.google.common.base.Predicate<Entity>> inputList,
java.lang.String type,
World worldIn,
BlockPos position) |
private static <T extends Entity> |
EntitySelector.getEntitiesFromPredicates(java.util.List<T> matchingEntities,
java.util.Map<java.lang.String,java.lang.String> params,
ICommandSender sender,
java.lang.Class<? extends T> targetClass,
java.lang.String type,
Vec3d pos) |
static <T extends Entity> |
CommandBase.getEntity(MinecraftServer server,
ICommandSender sender,
java.lang.String target,
java.lang.Class<? extends T> targetClass) |
private static <T extends Entity> |
EntitySelector.isEntityTypeValid(ICommandSender commandSender,
java.util.Map<java.lang.String,java.lang.String> params) |
static <T extends Entity> |
EntitySelector.matchEntities(ICommandSender sender,
java.lang.String token,
java.lang.Class<? extends T> targetClass) |
static <T extends Entity> |
EntitySelector.matchEntitiesDefault(ICommandSender sender,
java.lang.String token,
java.lang.Class<? extends T> targetClass) |
static <T extends Entity> |
EntitySelector.matchOneEntity(ICommandSender sender,
java.lang.String token,
java.lang.Class<? extends T> targetClass) |
Modifier and Type | Method and Description |
---|---|
default Entity |
ICommandSender.getCommandSenderEntity() |
Entity |
CommandSenderWrapper.getCommandSenderEntity() |
static Entity |
CommandBase.getEntity(MinecraftServer server,
ICommandSender sender,
java.lang.String target) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Entity> |
CommandBase.getEntityList(MinecraftServer server,
ICommandSender sender,
java.lang.String target) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getGamemodePredicates(java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getNamePredicates(java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getRadiusPredicates(java.util.Map<java.lang.String,java.lang.String> params,
Vec3d pos) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getRotationsPredicates(java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getScorePredicates(ICommandSender sender,
java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getTagPredicates(java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getTeamPredicates(java.util.Map<java.lang.String,java.lang.String> params) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getTypePredicates(java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String type) |
private static java.util.List<com.google.common.base.Predicate<Entity>> |
EntitySelector.getXpLevelPredicates(java.util.Map<java.lang.String,java.lang.String> params) |
Modifier and Type | Method and Description |
---|---|
static NBTTagCompound |
CommandBase.entityToNBT(Entity theEntity) |
private static void |
CommandTP.teleportEntityToCoordinates(Entity teleportingEntity,
CommandBase.CoordinateArg argX,
CommandBase.CoordinateArg argY,
CommandBase.CoordinateArg argZ,
CommandBase.CoordinateArg argYaw,
CommandBase.CoordinateArg argPitch) |
CommandSenderWrapper |
CommandSenderWrapper.withEntity(Entity entityIn,
Vec3d p_193997_2_) |
Modifier and Type | Method and Description |
---|---|
private static <T extends Entity> |
EntitySelector.filterResults(java.util.Map<java.lang.String,java.lang.String> params,
java.lang.Class<? extends T> entityClass,
java.util.List<com.google.common.base.Predicate<Entity>> inputList,
java.lang.String type,
World worldIn,
BlockPos position) |
private int |
CommandSpreadPlayers.getNumberOfTeams(java.util.List<Entity> p_110667_1_) |
private double |
CommandSpreadPlayers.setPlayerPositions(java.util.List<Entity> p_110671_1_,
World worldIn,
CommandSpreadPlayers.Position[] p_110671_3_,
boolean p_110671_4_) |
private void |
CommandSpreadPlayers.spread(ICommandSender sender,
java.util.List<Entity> p_110669_2_,
CommandSpreadPlayers.Position pos,
double spreadDistance,
double maxRange,
World worldIn,
boolean respectTeams) |
Constructor and Description |
---|
CommandSenderWrapper(ICommandSender delegateIn,
Vec3d positionVectorIn,
BlockPos positionIn,
java.lang.Integer permissionLevelIn,
Entity entityIn,
java.lang.Boolean sendCommandFeedbackIn) |
Modifier and Type | Method and Description |
---|---|
private static void |
CommandTeleport.doTeleport(Entity teleportingEntity,
CommandBase.CoordinateArg argX,
CommandBase.CoordinateArg argY,
CommandBase.CoordinateArg argZ,
CommandBase.CoordinateArg argYaw,
CommandBase.CoordinateArg argPitch) |
Modifier and Type | Field and Description |
---|---|
Entity |
EnchantmentHelper.HurtIterator.attacker |
Entity |
EnchantmentHelper.DamageIterator.target |
Modifier and Type | Method and Description |
---|---|
static void |
EnchantmentHelper.applyArthropodEnchantments(EntityLivingBase p_151385_0_,
Entity p_151385_1_) |
static void |
EnchantmentHelper.applyThornEnchantments(EntityLivingBase p_151384_0_,
Entity p_151384_1_) |
void |
Enchantment.onEntityDamaged(EntityLivingBase user,
Entity target,
int level) |
void |
EnchantmentDamage.onEntityDamaged(EntityLivingBase user,
Entity target,
int level) |
void |
Enchantment.onUserHurt(EntityLivingBase user,
Entity attacker,
int level) |
void |
EnchantmentThorns.onUserHurt(EntityLivingBase user,
Entity attacker,
int level) |
Modifier and Type | Class and Description |
---|---|
class |
EntityAgeable |
class |
EntityAreaEffectCloud |
class |
EntityCreature |
class |
EntityFlying |
class |
EntityHanging |
class |
EntityLeashKnot |
class |
EntityLiving |
class |
EntityLivingBase |
class |
MultiPartEntityPart |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityLiving.leashHolder |
private Entity |
Entity.ridingEntity |
private Entity |
EntityTrackerEntry.trackedEntity |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
EntityHanging.IS_HANGING_ENTITY |
private java.util.List<Entity> |
EntityTrackerEntry.passengers |
private java.util.Map<Entity,java.lang.Integer> |
EntityAreaEffectCloud.reapplicationDelayMap |
private java.util.List<Entity> |
Entity.riddenByEntities |
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
Entity.getRecursivePassengersByType(java.lang.Class<T> entityClass) |
private <T extends Entity> |
Entity.getRecursivePassengersByType(java.lang.Class<T> entityClass,
java.util.Set<T> theSet) |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.changeDimension(int dimensionIn) |
Entity |
Entity.changeDimension(int dimensionIn,
ITeleporter teleporter) |
static Entity |
EntityList.createEntityByID(int entityID,
World worldIn) |
static Entity |
EntityList.createEntityByIDFromName(ResourceLocation name,
World worldIn) |
static Entity |
EntityList.createEntityFromNBT(NBTTagCompound nbt,
World worldIn) |
Entity |
Entity.getCommandSenderEntity() |
Entity |
Entity.getControllingPassenger() |
Entity |
EntityLiving.getLeashHolder() |
Entity |
Entity.getLowestRidingEntity() |
Entity |
IEntityOwnable.getOwner() |
Entity[] |
Entity.getParts() |
Entity |
Entity.getRidingEntity() |
Entity |
EntityTrackerEntry.getTrackedEntity() |
static Entity |
EntityList.newEntity(java.lang.Class<? extends Entity> clazz,
World worldIn) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends Entity> |
EntityList.getClass(ResourceLocation key) |
static java.lang.Class<? extends Entity> |
EntityList.getClassFromID(int entityID) |
static java.lang.Class<? extends Entity> |
EntityList.getClassFromName(java.lang.String p_192839_0_) |
java.util.List<Entity> |
Entity.getPassengers() |
java.util.Collection<Entity> |
Entity.getRecursivePassengers() |
Modifier and Type | Method and Description |
---|---|
protected void |
Entity.addPassenger(Entity passenger) |
protected void |
Entity.applyEnchantments(EntityLivingBase entityLivingBaseIn,
Entity entityIn) |
void |
Entity.applyEntityCollision(Entity entityIn) |
void |
Entity.applyOrientationToEntity(Entity entityToUpdate) |
boolean |
EntityLivingBase.attackEntityAsMob(Entity entityIn) |
void |
Entity.awardKillScore(Entity p_191956_1_,
int p_191956_2_,
DamageSource p_191956_3_) |
protected boolean |
Entity.canBeRidden(Entity entityIn) |
boolean |
EntityLivingBase.canEntityBeSeen(Entity entityIn) |
protected boolean |
Entity.canFitPassenger(Entity passenger) |
protected void |
EntityLivingBase.collideWithEntity(Entity entityIn) |
private void |
Entity.copyDataFromOld(Entity entityIn) |
void |
Entity.copyLocationAndAnglesFrom(Entity entityIn) |
void |
EntityLivingBase.dismountEntity(Entity entityIn) |
void |
EntityLiving.faceEntity(Entity entityIn,
float maxYawIncrease,
float maxPitchIncrease) |
AxisAlignedBB |
Entity.getCollisionBox(Entity entityIn) |
float |
Entity.getDistance(Entity entityIn) |
double |
Entity.getDistanceSq(Entity entityIn) |
static java.lang.String |
EntityList.getEntityString(Entity entityIn) |
static ResourceLocation |
EntityList.getKey(Entity entityIn) |
java.util.Set<? extends EntityPlayer> |
EntityTracker.getTrackingPlayers(Entity entity)
Get all players tracking the given Entity.
|
boolean |
EntityHanging.hitByEntity(Entity entityIn) |
boolean |
Entity.hitByEntity(Entity entityIn) |
boolean |
Entity.isEntityEqual(Entity entityIn) |
boolean |
MultiPartEntityPart.isEntityEqual(Entity entityIn) |
static boolean |
EntityList.isMatchingName(Entity entityIn,
ResourceLocation entityName) |
boolean |
Entity.isOnSameTeam(Entity entityIn) |
boolean |
Entity.isPassenger(Entity entityIn) |
boolean |
Entity.isRidingOrBeingRiddenBy(Entity entityIn) |
boolean |
Entity.isRidingSameEntity(Entity entityIn) |
void |
EntityLivingBase.knockBack(Entity entityIn,
float strength,
double xRatio,
double zRatio) |
abstract void |
EntityHanging.onBroken(Entity brokenEntity) |
void |
EntityLeashKnot.onBroken(Entity brokenEntity) |
void |
EntityLivingBase.onItemPickup(Entity entityIn,
int quantity) |
protected void |
Entity.removePassenger(Entity passenger) |
void |
EntityTracker.sendToTracking(Entity entityIn,
Packet<?> packetIn) |
void |
EntityTracker.sendToTrackingAndSelf(Entity entityIn,
Packet<?> packetIn) |
void |
Entity.setCommandStats(Entity entityIn) |
void |
EntityLivingBase.setLastAttackedEntity(Entity entityIn) |
void |
EntityLiving.setLeashHolder(Entity entityIn,
boolean sendAttachNotification) |
boolean |
Entity.shouldDismountInWater(Entity rider)
If the rider should be dismounted from the entity when the entity goes under water
|
boolean |
Entity.startRiding(Entity entityIn) |
boolean |
Entity.startRiding(Entity entityIn,
boolean force) |
boolean |
EntityLiving.startRiding(Entity entityIn,
boolean force) |
void |
EntityTracker.track(Entity entityIn) |
void |
EntityTracker.track(Entity entityIn,
int trackingRange,
int updateFrequency) |
void |
EntityTracker.track(Entity entityIn,
int trackingRange,
int updateFrequency,
boolean sendVelocityUpdates) |
void |
EntityTracker.untrack(Entity entityIn) |
void |
Entity.updatePassenger(Entity passenger) |
static void |
EntityTracker.updateServerPosition(Entity entityIn,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
static int |
EntityList.getID(java.lang.Class<? extends Entity> cls) |
static ResourceLocation |
EntityList.getKey(java.lang.Class<? extends Entity> entityIn) |
protected boolean |
EntityAgeable.holdingSpawnEggOfClass(ItemStack stack,
java.lang.Class<? extends Entity> entityClass) |
static Entity |
EntityList.newEntity(java.lang.Class<? extends Entity> clazz,
World worldIn) |
private static void |
EntityList.register(int id,
java.lang.String name,
java.lang.Class<? extends Entity> clazz,
java.lang.String oldName) |
static void |
EntitySpawnPlacementRegistry.setPlacementType(java.lang.Class<? extends Entity> entityClass,
EntityLiving.SpawnPlacementType placementType) |
Constructor and Description |
---|
EntityTrackerEntry(Entity entityIn,
int rangeIn,
int maxRangeIn,
int updateFrequencyIn,
boolean sendVelocityUpdatesIn) |
Modifier and Type | Class and Description |
---|---|
class |
EntityAIAvoidEntity<T extends Entity> |
Modifier and Type | Field and Description |
---|---|
protected Entity |
EntityAIWatchClosest.closestEntity |
protected T |
EntityAIAvoidEntity.closestLivingEntity |
private Entity |
EntityAINearestAttackableTarget.Sorter.entity |
Modifier and Type | Field and Description |
---|---|
private com.google.common.base.Predicate<Entity> |
EntityAIAvoidEntity.canBeSeenSelector |
private com.google.common.base.Predicate<Entity> |
EntityAIFindEntityNearestPlayer.predicate |
(package private) java.util.List<Entity> |
EntitySenses.seenEntities |
(package private) java.util.List<Entity> |
EntitySenses.unseenEntities |
protected java.lang.Class<? extends Entity> |
EntityAIWatchClosest.watchedClass |
Modifier and Type | Method and Description |
---|---|
boolean |
EntitySenses.canSee(Entity entityIn) |
int |
EntityAINearestAttackableTarget.Sorter.compare(Entity p_compare_1_,
Entity p_compare_2_) |
private BlockPos |
EntityAIPanic.getRandPos(World worldIn,
Entity entityIn,
int horizontalRange,
int verticalRange) |
void |
EntityLookHelper.setLookPositionWithEntity(Entity entityIn,
float deltaYaw,
float deltaPitch) |
Constructor and Description |
---|
Sorter(Entity entityIn) |
Constructor and Description |
---|
EntityAIWatchClosest(EntityLiving entityIn,
java.lang.Class<? extends Entity> watchTargetClass,
float maxDistance) |
EntityAIWatchClosest(EntityLiving entityIn,
java.lang.Class<? extends Entity> watchTargetClass,
float maxDistance,
float chanceIn) |
EntityAIWatchClosest2(EntityLiving entitylivingIn,
java.lang.Class<? extends Entity> watchTargetClass,
float maxDistance,
float chanceIn) |
Modifier and Type | Class and Description |
---|---|
class |
EntityDragon |
class |
EntityWither |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
EntityWither.NOT_UNDEAD |
Modifier and Type | Method and Description |
---|---|
Entity[] |
EntityDragon.getParts() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityDragon.canBeRidden(Entity entityIn) |
protected boolean |
EntityWither.canBeRidden(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
private void |
EntityDragon.attackEntitiesInList(java.util.List<Entity> p_70971_1_) |
private void |
EntityDragon.collideWithEntities(java.util.List<Entity> p_70970_1_) |
Modifier and Type | Class and Description |
---|---|
class |
EntityLightningBolt |
class |
EntityWeatherEffect |
Modifier and Type | Class and Description |
---|---|
class |
EntityArmorStand |
class |
EntityBoat |
class |
EntityEnderCrystal |
class |
EntityEnderEye |
class |
EntityEnderPearl |
class |
EntityExpBottle |
class |
EntityFallingBlock |
class |
EntityFireworkRocket |
class |
EntityItem |
class |
EntityItemFrame |
class |
EntityMinecart |
class |
EntityMinecartChest |
class |
EntityMinecartCommandBlock |
class |
EntityMinecartContainer |
class |
EntityMinecartEmpty |
class |
EntityMinecartFurnace |
class |
EntityMinecartHopper |
class |
EntityMinecartMobSpawner |
class |
EntityMinecartTNT |
class |
EntityPainting |
class |
EntityTNTPrimed |
class |
EntityXPOrb |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
EntityArmorStand.IS_RIDEABLE_MINECART |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityItem.changeDimension(int dimensionIn,
ITeleporter teleporter) |
Entity |
EntityEnderPearl.changeDimension(int dimensionIn,
ITeleporter teleporter) |
Entity |
EntityMinecartContainer.changeDimension(int dimensionIn,
ITeleporter teleporter) |
Entity |
EntityBoat.getControllingPassenger() |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityBoat.addPassenger(Entity passenger) |
void |
EntityBoat.applyEntityCollision(Entity entityIn) |
void |
EntityMinecart.applyEntityCollision(Entity entityIn) |
void |
EntityBoat.applyOrientationToEntity(Entity entityToUpdate) |
protected void |
EntityBoat.applyYawToEntity(Entity entityToUpdate) |
protected boolean |
EntityBoat.canFitPassenger(Entity passenger) |
protected void |
EntityArmorStand.collideWithEntity(Entity entityIn) |
void |
EntityItemFrame.dropItemOrSelf(Entity entityIn,
boolean p_146065_2_) |
AxisAlignedBB |
EntityBoat.getCollisionBox(Entity entityIn) |
AxisAlignedBB |
EntityMinecart.getCollisionBox(Entity entityIn) |
void |
EntityPainting.onBroken(Entity brokenEntity) |
void |
EntityItemFrame.onBroken(Entity brokenEntity) |
void |
EntityBoat.updatePassenger(Entity passenger) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIllager |
class |
AbstractSkeleton |
class |
EntityBlaze |
class |
EntityCaveSpider |
class |
EntityCreeper |
class |
EntityElderGuardian |
class |
EntityEnderman |
class |
EntityEndermite |
class |
EntityEvoker |
class |
EntityGhast |
class |
EntityGiantZombie |
class |
EntityGolem |
class |
EntityGuardian |
class |
EntityHusk |
class |
EntityIllusionIllager |
class |
EntityIronGolem |
class |
EntityMagmaCube |
class |
EntityMob |
class |
EntityPigZombie |
class |
EntityPolarBear |
class |
EntityShulker |
class |
EntitySilverfish |
class |
EntitySkeleton |
class |
EntitySlime |
class |
EntitySnowman |
class |
EntitySpellcasterIllager |
class |
EntitySpider |
class |
EntityStray |
class |
EntityVex |
class |
EntityVindicator |
class |
EntityWitch |
class |
EntityWitherSkeleton |
class |
EntityZombie |
class |
EntityZombieVillager |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
EntityVindicator.JOHNNY_SELECTOR |
static com.google.common.base.Predicate<Entity> |
IMob.MOB_SELECTOR |
static com.google.common.base.Predicate<Entity> |
IMob.VISIBLE_MOB_SELECTOR |
Modifier and Type | Method and Description |
---|---|
void |
EntityShulker.applyEntityCollision(Entity entityIn) |
void |
EntitySlime.applyEntityCollision(Entity entityIn) |
boolean |
EntityHusk.attackEntityAsMob(Entity entityIn) |
boolean |
EntityCreeper.attackEntityAsMob(Entity entityIn) |
boolean |
EntityZombie.attackEntityAsMob(Entity entityIn) |
boolean |
EntityPolarBear.attackEntityAsMob(Entity entityIn) |
boolean |
EntityMob.attackEntityAsMob(Entity entityIn) |
boolean |
EntityIronGolem.attackEntityAsMob(Entity entityIn) |
boolean |
EntityCaveSpider.attackEntityAsMob(Entity entityIn) |
boolean |
EntityWitherSkeleton.attackEntityAsMob(Entity entityIn) |
private void |
EntityPigZombie.becomeAngryAt(Entity p_70835_1_) |
protected void |
EntityIronGolem.collideWithEntity(Entity entityIn) |
boolean |
EntityEvoker.isOnSameTeam(Entity entityIn) |
boolean |
EntityIllusionIllager.isOnSameTeam(Entity entityIn) |
boolean |
EntityVindicator.isOnSameTeam(Entity entityIn) |
protected boolean |
EntityEnderman.teleportToEntity(Entity p_70816_1_) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EntityRabbit.AIAvoidEntity<T extends Entity> |
(package private) class |
EntityWolf.AIAvoidEntity<T extends Entity> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChestHorse |
class |
AbstractHorse |
class |
EntityAmbientCreature |
class |
EntityAnimal |
class |
EntityBat |
class |
EntityChicken |
class |
EntityCow |
class |
EntityDonkey |
class |
EntityHorse |
class |
EntityLlama |
class |
EntityMooshroom |
class |
EntityMule |
class |
EntityOcelot |
class |
EntityParrot |
class |
EntityPig |
class |
EntityRabbit |
class |
EntitySheep |
class |
EntityShoulderRiding |
class |
EntitySkeletonHorse |
class |
EntitySquid |
class |
EntityTameable |
class |
EntityVillager |
class |
EntityWaterMob |
class |
EntityWolf |
class |
EntityZombieHorse |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
AbstractHorse.IS_HORSE_BREEDING |
private static java.util.Map<java.lang.Class<? extends Entity>,SoundEvent> |
EntityParrot.MIMIC_SOUNDS |
Modifier and Type | Method and Description |
---|---|
Entity |
AbstractHorse.getControllingPassenger() |
Entity |
EntityPig.getControllingPassenger() |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityOcelot.attackEntityAsMob(Entity entityIn) |
boolean |
EntityRabbit.attackEntityAsMob(Entity entityIn) |
boolean |
EntityWolf.attackEntityAsMob(Entity entityIn) |
boolean |
EntityParrot.attackEntityAsMob(Entity entityIn) |
protected void |
EntityBat.collideWithEntity(Entity entityIn) |
protected void |
EntityParrot.collideWithEntity(Entity entityIn) |
protected AbstractHorse |
AbstractHorse.getClosestHorse(Entity entityIn,
double distance) |
boolean |
EntityTameable.isOnSameTeam(Entity entityIn) |
static void |
EntityParrot.playAmbientSound(World worldIn,
Entity p_192005_1_) |
private static boolean |
EntityParrot.playMimicSound(World worldIn,
Entity p_192006_1_) |
void |
AbstractHorse.updatePassenger(Entity passenger) |
void |
EntityChicken.updatePassenger(Entity passenger) |
void |
EntityLlama.updatePassenger(Entity passenger) |
Modifier and Type | Method and Description |
---|---|
static void |
EntityParrot.registerMimicSound(java.lang.Class<? extends Entity> cls,
SoundEvent sound) |
Modifier and Type | Class and Description |
---|---|
class |
EntityPlayer |
class |
EntityPlayerMP |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityPlayerMP.spectatingEntity |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityPlayerMP.changeDimension(int dimensionIn,
ITeleporter teleporter) |
Entity |
EntityPlayerMP.getSpectatingEntity() |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerMP.addEntity(Entity entityIn) |
void |
EntityPlayer.applyEntityCollision(Entity entityIn) |
void |
EntityPlayer.attackTargetEntityWithCurrentItem(Entity targetEntity) |
void |
EntityPlayerMP.attackTargetEntityWithCurrentItem(Entity targetEntity) |
void |
EntityPlayerMP.awardKillScore(Entity p_191956_1_,
int p_191956_2_,
DamageSource p_191956_3_) |
private java.util.Collection<ScoreObjective> |
EntityPlayerMP.awardTeamKillScores(Entity p_192038_1_) |
private void |
EntityPlayer.collideWithPlayer(Entity entityIn) |
EnumActionResult |
EntityPlayer.interactOn(Entity p_190775_1_,
EnumHand p_190775_2_) |
void |
EntityPlayer.onCriticalHit(Entity entityHit) |
void |
EntityPlayerMP.onCriticalHit(Entity entityHit) |
void |
EntityPlayer.onEnchantmentCritical(Entity entityHit) |
void |
EntityPlayerMP.onEnchantmentCritical(Entity entityHit) |
void |
EntityPlayerMP.onItemPickup(Entity entityIn,
int quantity) |
void |
EntityPlayerMP.removeEntity(Entity entityIn) |
void |
EntityPlayerMP.setSpectatingEntity(Entity entityToSpectate) |
boolean |
EntityPlayerMP.startRiding(Entity entityIn,
boolean force) |
Modifier and Type | Class and Description |
---|---|
class |
EntityArrow |
class |
EntityDragonFireball |
class |
EntityEgg |
class |
EntityEvokerFangs |
class |
EntityFireball |
class |
EntityFishHook |
class |
EntityLargeFireball |
class |
EntityLlamaSpit |
class |
EntityPotion |
class |
EntityShulkerBullet |
class |
EntitySmallFireball |
class |
EntitySnowball |
class |
EntitySpectralArrow |
class |
EntityThrowable |
class |
EntityTippedArrow |
class |
EntityWitherSkull |
Modifier and Type | Field and Description |
---|---|
Entity |
EntityFishHook.caughtEntity |
Entity |
EntityThrowable.ignoreEntity |
Entity |
EntityArrow.shootingEntity |
private Entity |
EntityShulkerBullet.target |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Predicate<Entity> |
EntityArrow.ARROW_TARGETS |
Modifier and Type | Method and Description |
---|---|
protected Entity |
EntityArrow.findEntityOnPath(Vec3d start,
Vec3d end) |
private Entity |
EntityLlamaSpit.getHitEntity(Vec3d p_190538_1_,
Vec3d p_190538_2_) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityFishHook.canBeHooked(Entity p_189739_1_) |
static RayTraceResult |
ProjectileHelper.forwardsRaycast(Entity projectile,
boolean includeEntities,
boolean ignoreExcludedEntity,
Entity excludedEntity) |
static void |
ProjectileHelper.rotateTowardsMovement(Entity projectile,
float rotationSpeed) |
void |
EntityArrow.shoot(Entity shooter,
float pitch,
float yaw,
float p_184547_4_,
float velocity,
float inaccuracy) |
void |
EntityThrowable.shoot(Entity entityThrower,
float rotationPitchIn,
float rotationYawIn,
float pitchOffset,
float velocity,
float inaccuracy) |
Constructor and Description |
---|
EntityShulkerBullet(World worldIn,
EntityLivingBase ownerIn,
Entity targetIn,
EnumFacing.Axis p_i46772_4_) |
Modifier and Type | Method and Description |
---|---|
static void |
InventoryHelper.dropInventoryItems(World worldIn,
Entity entityAt,
IInventory inventory) |
Modifier and Type | Method and Description |
---|---|
Entity |
Item.createEntity(World world,
Entity location,
ItemStack itemstack)
This function should return a new entity to replace the dropped item.
|
static Entity |
ItemMonsterPlacer.spawnCreature(World worldIn,
ResourceLocation entityID,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
static void |
ItemMonsterPlacer.applyItemEntityDataToEntity(World entityWorld,
EntityPlayer player,
ItemStack stack,
Entity targetEntity) |
Entity |
Item.createEntity(World world,
Entity location,
ItemStack itemstack)
This function should return a new entity to replace the dropped item.
|
java.lang.String |
Item.getArmorTexture(ItemStack stack,
Entity entity,
EntityEquipmentSlot slot,
java.lang.String type)
Called by RenderBiped and RenderPlayer to determine the armor texture that
should be use for the currently equipped item.
|
boolean |
Item.isValidArmor(ItemStack stack,
EntityEquipmentSlot armorType,
Entity entity)
Determines if the specific ItemStack can be placed in the specified armor slot, for the entity.
|
boolean |
Item.onLeftClickEntity(ItemStack stack,
EntityPlayer player,
Entity entity)
Called when the player Left Clicks (attacks) an entity.
|
void |
ItemMap.onUpdate(ItemStack stack,
World worldIn,
Entity entityIn,
int itemSlot,
boolean isSelected) |
void |
Item.onUpdate(ItemStack stack,
World worldIn,
Entity entityIn,
int itemSlot,
boolean isSelected) |
void |
ItemStack.updateAnimation(World worldIn,
Entity entityIn,
int inventorySlot,
boolean isCurrentItem) |
void |
ItemMap.updateMapData(World worldIn,
Entity viewer,
MapData data) |
Modifier and Type | Field and Description |
---|---|
private Entity |
NetHandlerPlayServer.lowestRiddenEnt |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityDataManager.entity |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class<? extends Entity>,java.lang.Integer> |
EntityDataManager.NEXT_ID_MAP |
Modifier and Type | Method and Description |
---|---|
static <T> DataParameter<T> |
EntityDataManager.createKey(java.lang.Class<? extends Entity> clazz,
DataSerializer<T> serializer) |
Constructor and Description |
---|
EntityDataManager(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
Entity |
CPacketSpectate.getEntity(WorldServer worldIn) |
Entity |
CPacketUseEntity.getEntityFromWorld(World worldIn) |
Constructor and Description |
---|
CPacketEntityAction(Entity entityIn,
CPacketEntityAction.Action actionIn) |
CPacketEntityAction(Entity entityIn,
CPacketEntityAction.Action actionIn,
int auxDataIn) |
CPacketUseEntity(Entity entityIn) |
CPacketUseEntity(Entity entityIn,
EnumHand handIn) |
CPacketUseEntity(Entity entityIn,
EnumHand handIn,
Vec3d hitVecIn) |
CPacketVehicleMove(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
Entity |
SPacketEntity.getEntity(World worldIn) |
Entity |
SPacketEntityHeadLook.getEntity(World worldIn) |
Entity |
SPacketEntityStatus.getEntity(World worldIn) |
Entity |
SPacketCamera.getEntity(World worldIn) |
Entity |
SPacketRemoveEntityEffect.getEntity(World worldIn) |
Constructor and Description |
---|
SPacketAnimation(Entity entityIn,
int typeIn) |
SPacketCamera(Entity entityIn) |
SPacketEntityAttach(Entity entityIn,
Entity vehicleIn) |
SPacketEntityHeadLook(Entity entityIn,
byte yawIn) |
SPacketEntityStatus(Entity entityIn,
byte opcodeIn) |
SPacketEntityTeleport(Entity entityIn) |
SPacketEntityVelocity(Entity entityIn) |
SPacketMoveVehicle(Entity entityIn) |
SPacketSetPassengers(Entity entityIn) |
SPacketSpawnGlobalEntity(Entity entityIn) |
SPacketSpawnObject(Entity entityIn,
int typeIn) |
SPacketSpawnObject(Entity entityIn,
int typeIn,
int dataIn) |
SPacketSpawnObject(Entity entityIn,
int typeIn,
int dataIn,
BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
Path |
PathFinder.findPath(IBlockAccess worldIn,
EntityLiving entitylivingIn,
Entity targetEntity,
float maxDistance) |
Path |
PathNavigateFlying.getPathToEntityLiving(Entity entityIn) |
Path |
PathNavigateClimber.getPathToEntityLiving(Entity entityIn) |
Path |
PathNavigate.getPathToEntityLiving(Entity entityIn) |
Path |
PathNavigateGround.getPathToEntityLiving(Entity entityIn) |
Vec3d |
Path.getPosition(Entity entityIn) |
Vec3d |
Path.getVectorFromIndex(Entity entityIn,
int index) |
void |
PathWorldListener.onEntityAdded(Entity entityIn) |
void |
PathWorldListener.onEntityRemoved(Entity entityIn) |
boolean |
PathNavigateClimber.tryMoveToEntityLiving(Entity entityIn,
double speedIn) |
boolean |
PathNavigate.tryMoveToEntityLiving(Entity entityIn,
double speedIn) |
Modifier and Type | Method and Description |
---|---|
void |
Potion.affectEntity(Entity source,
Entity indirectSource,
EntityLivingBase entityLivingBaseIn,
int amplifier,
double health) |
Modifier and Type | Method and Description |
---|---|
void |
Scoreboard.removeEntity(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
Entity |
MinecraftServer.getEntityFromUuid(java.util.UUID uuid) |
Modifier and Type | Method and Description |
---|---|
void |
PlayerList.transferEntityToWorld(Entity entityIn,
int lastDimension,
WorldServer oldWorldIn,
WorldServer toWorldIn) |
void |
PlayerList.transferEntityToWorld(Entity entityIn,
int lastDimension,
WorldServer oldWorldIn,
WorldServer toWorldIn,
ITeleporter teleporter) |
void |
PlayerList.transferEntityToWorld(Entity entityIn,
int lastDimension,
WorldServer oldWorldIn,
WorldServer toWorldIn,
Teleporter teleporter) |
Modifier and Type | Field and Description |
---|---|
private Entity |
MobSpawnerBaseLogic.cachedEntity |
Modifier and Type | Method and Description |
---|---|
Entity |
MobSpawnerBaseLogic.getCachedEntity() |
Entity |
MobSpawnerBaseLogic.getSpawnerEntity() |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityPiston.addCollissionAABBs(World p_190609_1_,
BlockPos p_190609_2_,
AxisAlignedBB p_190609_3_,
java.util.List<AxisAlignedBB> p_190609_4_,
Entity p_190609_5_) |
private void |
TileEntityPiston.fixEntityWithinPistonBase(Entity p_190605_1_,
EnumFacing p_190605_2_,
double p_190605_3_) |
void |
TileEntityEndGateway.teleportEntity(Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
EntityDamageSource.damageSourceEntity |
private Entity |
EntityDamageSourceIndirect.indirectEntity |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<Entity> |
EntitySelectors.CAN_AI_TARGET |
static com.google.common.base.Predicate<Entity> |
EntitySelectors.HAS_INVENTORY |
static com.google.common.base.Predicate<Entity> |
EntitySelectors.IS_ALIVE |
static com.google.common.base.Predicate<Entity> |
EntitySelectors.IS_STANDALONE |
static com.google.common.base.Predicate<Entity> |
EntitySelectors.NOT_SPECTATING |
Modifier and Type | Method and Description |
---|---|
static <T extends Entity> |
EntitySelectors.getTeamCollisionPredicate(Entity entityIn) |
static <T extends Entity> |
EntitySelectors.withinRange(double x,
double y,
double z,
double range) |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityDamageSourceIndirect.getImmediateSource() |
Entity |
DamageSource.getImmediateSource() |
Entity |
EntityDamageSourceIndirect.getTrueSource() |
Entity |
EntityDamageSource.getTrueSource() |
Entity |
DamageSource.getTrueSource() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Entity> |
EntitySelectors.notRiding(Entity p_191324_0_) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntitySelectors.ArmoredMob.apply(Entity p_apply_1_) |
static DamageSource |
DamageSource.causeArrowDamage(EntityArrow arrow,
Entity indirectEntityIn) |
static DamageSource |
DamageSource.causeFireballDamage(EntityFireball fireball,
Entity indirectEntityIn) |
static DamageSource |
DamageSource.causeIndirectDamage(Entity source,
EntityLivingBase indirectEntityIn) |
static DamageSource |
DamageSource.causeIndirectMagicDamage(Entity source,
Entity indirectEntityIn) |
static DamageSource |
DamageSource.causeThornsDamage(Entity source) |
static DamageSource |
DamageSource.causeThrownDamage(Entity source,
Entity indirectEntityIn) |
static <T extends Entity> |
EntitySelectors.getTeamCollisionPredicate(Entity entityIn) |
static com.google.common.base.Predicate<Entity> |
EntitySelectors.notRiding(Entity p_191324_0_) |
Constructor and Description |
---|
EntityDamageSource(java.lang.String damageTypeIn,
Entity damageSourceEntityIn) |
EntityDamageSourceIndirect(java.lang.String damageTypeIn,
Entity source,
Entity indirectEntityIn) |
Modifier and Type | Field and Description |
---|---|
Entity |
RayTraceResult.entityHit |
Modifier and Type | Method and Description |
---|---|
double |
ChunkPos.getDistanceSq(Entity entityIn) |
BlockPos.MutableBlockPos |
BlockPos.MutableBlockPos.setPos(Entity entityIn) |
BlockPos.PooledMutableBlockPos |
BlockPos.PooledMutableBlockPos.setPos(Entity entityIn) |
Constructor and Description |
---|
BlockPos(Entity source) |
RayTraceResult(Entity entityIn) |
RayTraceResult(Entity entityHitIn,
Vec3d hitVecIn) |
Modifier and Type | Method and Description |
---|---|
static ITextComponent |
TextComponentUtils.processComponent(ICommandSender commandSender,
ITextComponent component,
Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
private Entity |
Explosion.exploder |
Modifier and Type | Field and Description |
---|---|
protected IntHashMap<Entity> |
World.entitiesById |
private java.util.Map<java.util.UUID,Entity> |
WorldServer.entitiesByUuid |
java.util.List<Entity> |
World.loadedEntityList |
protected java.util.List<Entity> |
World.unloadedEntityList |
java.util.List<Entity> |
World.weatherEffects |
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
World.findNearestEntityWithinAABB(java.lang.Class<? extends T> entityType,
AxisAlignedBB aabb,
T closestTo) |
<T extends Entity> |
World.getEntities(java.lang.Class<? extends T> entityType,
com.google.common.base.Predicate<? super T> filter) |
<T extends Entity> |
World.getEntitiesWithinAABB(java.lang.Class<? extends T> classEntity,
AxisAlignedBB bb) |
<T extends Entity> |
World.getEntitiesWithinAABB(java.lang.Class<? extends T> clazz,
AxisAlignedBB aabb,
com.google.common.base.Predicate<? super T> filter) |
<T extends Entity> |
World.getPlayers(java.lang.Class<? extends T> playerType,
com.google.common.base.Predicate<? super T> filter) |
Modifier and Type | Method and Description |
---|---|
Entity |
World.getEntityByID(int id) |
Entity |
WorldServer.getEntityFromUuid(java.util.UUID uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
World.getEntitiesInAABBexcluding(Entity entityIn,
AxisAlignedBB boundingBox,
com.google.common.base.Predicate<? super Entity> predicate) |
java.util.List<Entity> |
World.getEntitiesWithinAABBExcludingEntity(Entity entityIn,
AxisAlignedBB bb) |
java.util.List<Entity> |
World.getLoadedEntityList() |
Modifier and Type | Method and Description |
---|---|
boolean |
World.addWeatherEffect(Entity entityIn) |
boolean |
WorldServer.addWeatherEffect(Entity entityIn) |
private boolean |
WorldServer.canAddEntity(Entity entityIn) |
boolean |
World.checkNoEntityCollision(AxisAlignedBB bb,
Entity entityIn) |
Explosion |
World.createExplosion(Entity entityIn,
double x,
double y,
double z,
float strength,
boolean isSmoking) |
EntityPlayer |
World.getClosestPlayerToEntity(Entity entityIn,
double distance) |
java.util.List<AxisAlignedBB> |
World.getCollisionBoxes(Entity entityIn,
AxisAlignedBB aabb) |
private boolean |
World.getCollisionBoxes(Entity entityIn,
AxisAlignedBB aabb,
boolean p_191504_3_,
java.util.List<AxisAlignedBB> outList) |
java.util.List<Entity> |
World.getEntitiesInAABBexcluding(Entity entityIn,
AxisAlignedBB boundingBox,
com.google.common.base.Predicate<? super Entity> predicate) |
java.util.List<Entity> |
World.getEntitiesWithinAABBExcludingEntity(Entity entityIn,
AxisAlignedBB bb) |
EntityPlayer |
World.getNearestAttackablePlayer(Entity entityIn,
double maxXZDistance,
double maxYDistance) |
EntityPlayer |
World.getNearestPlayerNotCreative(Entity entityIn,
double distance) |
Vec3d |
WorldProvider.getSkyColor(Entity cameraEntity,
float partialTicks) |
Vec3d |
World.getSkyColor(Entity entityIn,
float partialTicks) |
Vec3d |
World.getSkyColorBody(Entity entityIn,
float partialTicks) |
boolean |
World.handleMaterialAcceleration(AxisAlignedBB bb,
Material materialIn,
Entity entityIn) |
boolean |
World.isInsideWorldBorder(Entity p_191503_1_) |
void |
World.joinEntityInSurroundings(Entity entityIn) |
boolean |
Teleporter.makePortal(Entity entityIn) |
boolean |
World.mayPlace(Block blockIn,
BlockPos pos,
boolean skipCollisionCheck,
EnumFacing sidePlacedOn,
Entity placer) |
Explosion |
World.newExplosion(Entity entityIn,
double x,
double y,
double z,
float strength,
boolean isFlaming,
boolean isSmoking) |
Explosion |
WorldServer.newExplosion(Entity entityIn,
double x,
double y,
double z,
float strength,
boolean isFlaming,
boolean isSmoking) |
void |
World.onEntityAdded(Entity entityIn) |
void |
ServerWorldEventHandler.onEntityAdded(Entity entityIn) |
void |
IWorldEventListener.onEntityAdded(Entity entityIn) |
void |
WorldServer.onEntityAdded(Entity entityIn) |
void |
World.onEntityRemoved(Entity entityIn) |
void |
ServerWorldEventHandler.onEntityRemoved(Entity entityIn) |
void |
IWorldEventListener.onEntityRemoved(Entity entityIn) |
void |
WorldServer.onEntityRemoved(Entity entityIn) |
void |
Teleporter.placeEntity(World world,
Entity entity,
float yaw) |
boolean |
Teleporter.placeInExistingPortal(Entity entityIn,
float rotationYaw) |
void |
Teleporter.placeInPortal(Entity entityIn,
float rotationYaw) |
void |
World.removeEntity(Entity entityIn) |
void |
World.removeEntityDangerously(Entity entityIn) |
void |
World.setEntityState(Entity entityIn,
byte state) |
void |
WorldServer.setEntityState(Entity entityIn,
byte state) |
boolean |
World.spawnEntity(Entity entityIn) |
boolean |
WorldServer.spawnEntity(Entity entityIn) |
void |
World.updateEntity(Entity ent) |
void |
World.updateEntityWithOptionalForce(Entity entityIn,
boolean forceUpdate) |
void |
WorldServer.updateEntityWithOptionalForce(Entity entityIn,
boolean forceUpdate) |
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
World.getClosestPlayer(double x,
double y,
double z,
double p_190525_7_,
com.google.common.base.Predicate<Entity> p_190525_9_) |
java.util.List<Entity> |
World.getEntitiesInAABBexcluding(Entity entityIn,
AxisAlignedBB boundingBox,
com.google.common.base.Predicate<? super Entity> predicate) |
void |
World.loadEntities(java.util.Collection<Entity> entityCollection) |
void |
WorldServer.loadEntities(java.util.Collection<Entity> entityCollection) |
void |
World.unloadEntities(java.util.Collection<Entity> entityCollection) |
Constructor and Description |
---|
Explosion(World worldIn,
Entity entityIn,
double x,
double y,
double z,
float size,
boolean flaming,
boolean damagesTerrain) |
Explosion(World worldIn,
Entity entityIn,
double x,
double y,
double z,
float size,
boolean causesFire,
boolean damagesTerrain,
java.util.List<BlockPos> affectedPositions) |
Explosion(World worldIn,
Entity entityIn,
double x,
double y,
double z,
float size,
java.util.List<BlockPos> affectedPositions) |
Modifier and Type | Method and Description |
---|---|
double |
WorldBorder.getClosestDistance(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
<T extends Entity> |
Chunk.getEntitiesOfTypeWithinAABB(java.lang.Class<? extends T> entityClass,
AxisAlignedBB aabb,
java.util.List<T> listToFill,
com.google.common.base.Predicate<? super T> filter) |
<T extends Entity> |
EmptyChunk.getEntitiesOfTypeWithinAABB(java.lang.Class<? extends T> entityClass,
AxisAlignedBB aabb,
java.util.List<T> listToFill,
com.google.common.base.Predicate<? super T> filter) |
Modifier and Type | Method and Description |
---|---|
void |
Chunk.addEntity(Entity entityIn) |
void |
EmptyChunk.addEntity(Entity entityIn) |
void |
Chunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
void |
EmptyChunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
void |
Chunk.removeEntity(Entity entityIn) |
void |
EmptyChunk.removeEntity(Entity entityIn) |
void |
Chunk.removeEntityAtIndex(Entity entityIn,
int index) |
void |
EmptyChunk.removeEntityAtIndex(Entity entityIn,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
Chunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
void |
Chunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
void |
EmptyChunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
void |
EmptyChunk.getEntitiesWithinAABBForEntity(Entity entityIn,
AxisAlignedBB aabb,
java.util.List<Entity> listToFill,
com.google.common.base.Predicate<? super Entity> filter) |
Modifier and Type | Method and Description |
---|---|
protected static Entity |
AnvilChunkLoader.createEntityFromNBT(NBTTagCompound compound,
World worldIn) |
static Entity |
AnvilChunkLoader.readChunkEntity(NBTTagCompound compound,
World worldIn,
Chunk chunkIn) |
static Entity |
AnvilChunkLoader.readWorldEntity(NBTTagCompound compound,
World worldIn,
boolean p_186051_2_) |
static Entity |
AnvilChunkLoader.readWorldEntityPos(NBTTagCompound compound,
World worldIn,
double x,
double y,
double z,
boolean attemptSpawn) |
Modifier and Type | Method and Description |
---|---|
static void |
AnvilChunkLoader.spawnEntity(Entity entityIn,
World worldIn) |
Modifier and Type | Field and Description |
---|---|
private Entity |
LootContext.lootedEntity |
private Entity |
LootContext.Builder.lootedEntity |
Modifier and Type | Method and Description |
---|---|
Entity |
LootContext.getEntity(LootContext.EntityTarget target) |
Entity |
LootContext.getKiller() |
Entity |
LootContext.getKillerPlayer() |
Entity |
LootContext.getLootedEntity() |
Modifier and Type | Method and Description |
---|---|
LootContext.Builder |
LootContext.Builder.withLootedEntity(Entity entityIn) |
Constructor and Description |
---|
LootContext(float luckIn,
WorldServer worldIn,
LootTableManager lootTableManagerIn,
Entity lootedEntityIn,
EntityPlayer playerIn,
DamageSource damageSourceIn) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityHasScore.entityScoreMatch(Entity entityIn,
Scoreboard scoreboardIn,
java.lang.String objectiveStr,
RandomValueRange rand) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityProperty.testProperty(java.util.Random random,
Entity entityIn) |
boolean |
EntityOnFire.testProperty(java.util.Random random,
Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ForgeHooksClient.getArmorTexture(Entity entity,
ItemStack armor,
java.lang.String _default,
EntityEquipmentSlot slot,
java.lang.String type) |
static float |
ForgeHooksClient.getFogDensity(EntityRenderer renderer,
Entity entity,
IBlockState state,
float partial,
float density) |
static float |
ForgeHooksClient.getFOVModifier(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
float fov) |
static void |
ForgeHooksClient.loadEntityShader(Entity entity,
EntityRenderer entityRenderer) |
static void |
ForgeHooksClient.onFogRender(EntityRenderer renderer,
Entity entity,
IBlockState state,
float partial,
int mode,
float distance) |
static void |
ForgeHooksClient.orientBedCamera(IBlockAccess world,
BlockPos pos,
IBlockState state,
Entity entity) |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityViewRenderEvent.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityViewRenderEvent.getEntity() |
Constructor and Description |
---|
CameraSetup(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
float yaw,
float pitch,
float roll) |
EntityViewRenderEvent(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks) |
FogColors(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
float red,
float green,
float blue) |
FogDensity(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
float density) |
FOVModifier(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
float fov) |
RenderFogEvent(EntityRenderer renderer,
Entity entity,
IBlockState state,
double renderPartialTicks,
int fogMode,
float farPlaneDistance) |
Modifier and Type | Class and Description |
---|---|
class |
AnimationModelBase<T extends Entity>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AnimationModelBase.render(Entity entity,
float limbSwing,
float limbSwingSpeed,
float timeAlive,
float yawHead,
float rotationPitch,
float scale)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private Entity |
ForgeChunkManager.Ticket.entity |
Modifier and Type | Method and Description |
---|---|
Entity |
ForgeChunkManager.Ticket.getEntity()
Get the entity associated with this
ForgeChunkManager.Type.ENTITY type ticket |
Modifier and Type | Method and Description |
---|---|
void |
ForgeChunkManager.Ticket.bindEntity(Entity entity)
Bind the entity to the ticket for
ForgeChunkManager.Type.ENTITY type tickets. |
AxisAlignedBB |
IMinecartCollisionHandler.getCollisionBox(EntityMinecart cart,
Entity other)
This function replaced the function of the same name in EntityMinecart.
|
static CriticalHitEvent |
ForgeHooks.getCriticalHit(EntityPlayer player,
Entity target,
boolean vanillaCritical,
float damageModifier) |
static int |
ForgeHooks.getLootingLevel(Entity target,
Entity killer,
DamageSource cause) |
static boolean |
ForgeHooks.isInsideOfMaterial(Material material,
Entity entity,
BlockPos pos) |
(package private) static void |
ForgeChunkManager.loadEntity(Entity entity) |
void |
IMinecartCollisionHandler.onEntityCollision(EntityMinecart cart,
Entity other)
This basically replaces the function of the same name in EntityMinecart.
|
static boolean |
ForgeHooks.onFarmlandTrample(World world,
BlockPos pos,
IBlockState state,
float fallDistance,
Entity entity) |
static EnumActionResult |
ForgeHooks.onInteractEntity(EntityPlayer player,
Entity entity,
EnumHand hand) |
static EnumActionResult |
ForgeHooks.onInteractEntityAt(EntityPlayer player,
Entity entity,
RayTraceResult ray,
EnumHand hand) |
static EnumActionResult |
ForgeHooks.onInteractEntityAt(EntityPlayer player,
Entity entity,
Vec3d vec3d,
EnumHand hand) |
static LivingKnockBackEvent |
ForgeHooks.onLivingKnockBack(EntityLivingBase target,
Entity attacker,
float strength,
double ratioX,
double ratioZ) |
static boolean |
ForgeHooks.onPlayerAttackTarget(EntityPlayer player,
Entity target) |
static boolean |
ForgeHooks.onTravelToDimension(Entity entity,
int dimension) |
Modifier and Type | Method and Description |
---|---|
static <T extends Entity> |
SelectorHandlerManager.matchEntities(ICommandSender sender,
java.lang.String token,
java.lang.Class<? extends T> targetClass) |
<T extends Entity> |
SelectorHandler.matchEntities(ICommandSender sender,
java.lang.String token,
java.lang.Class<? extends T> targetClass)
Returns a
List of Entities of class targetClass (T ) represented by token Note: If token does not match the overall syntax defined by SelectorHandler.isSelector(java.lang.String) , this method should return an empty list. |
Modifier and Type | Class and Description |
---|---|
class |
FakePlayer |
Modifier and Type | Method and Description |
---|---|
Entity |
FakePlayer.changeDimension(int dim,
ITeleporter teleporter) |
Modifier and Type | Method and Description |
---|---|
void |
ITeleporter.placeEntity(World world,
Entity entity,
float yaw)
Called to handle placing the entity in the new world.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.canEntityUpdate(Entity entity) |
static boolean |
ForgeEventFactory.canMountEntity(Entity entityMounting,
Entity entityBeingMounted,
boolean isMounting) |
static CapabilityDispatcher |
ForgeEventFactory.gatherCapabilities(Entity entity) |
static boolean |
ForgeEventFactory.gatherCollisionBoxes(World world,
Entity entity,
AxisAlignedBB aabb,
java.util.List<AxisAlignedBB> outList) |
static boolean |
ForgeEventFactory.getMobGriefingEvent(World world,
Entity entity) |
static BlockEvent.EntityPlaceEvent |
ForgeEventFactory.onBlockPlace(Entity entity,
BlockSnapshot blockSnapshot,
EnumFacing direction) |
static boolean |
ForgeEventFactory.onEntityStruckByLightning(Entity entity,
EntityLightningBolt bolt) |
static BlockEvent.EntityMultiPlaceEvent |
ForgeEventFactory.onMultiBlockPlace(Entity entity,
java.util.List<BlockSnapshot> blockSnapshots,
EnumFacing direction) |
static PlaySoundAtEntityEvent |
ForgeEventFactory.onPlaySoundAtEntity(Entity entity,
SoundEvent name,
SoundCategory category,
float volume,
float pitch) |
static boolean |
ForgeEventFactory.onProjectileImpact(Entity entity,
RayTraceResult ray) |
static void |
ForgeEventFactory.onStartEntityTracking(Entity entity,
EntityPlayer player) |
static void |
ForgeEventFactory.onStopEntityTracking(Entity entity,
EntityPlayer player) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeEventFactory.onExplosionDetonate(World world,
Explosion explosion,
java.util.List<Entity> list,
double diameter) |
Modifier and Type | Field and Description |
---|---|
private Entity |
EntityEvent.entity |
private Entity |
EntityMountEvent.entityBeingMounted |
private Entity |
EntityMountEvent.entityMounting |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityEvent.getEntity() |
Entity |
EntityMountEvent.getEntityBeingMounted() |
Entity |
EntityMountEvent.getEntityMounting() |
Constructor and Description |
---|
CanUpdate(Entity entity) |
EnteringChunk(Entity entity,
int newChunkX,
int newChunkZ,
int oldChunkX,
int oldChunkZ) |
EntityConstructing(Entity entity) |
EntityEvent(Entity entity) |
EntityJoinWorldEvent(Entity entity,
World world) |
EntityMobGriefingEvent(Entity entity) |
EntityMountEvent(Entity entityMounting,
Entity entityBeingMounted,
World entityWorld,
boolean isMounting) |
EntityStruckByLightningEvent(Entity entity,
EntityLightningBolt lightning) |
EntityTravelToDimensionEvent(Entity entity,
int dimension) |
PlaySoundAtEntityEvent(Entity entity,
SoundEvent name,
SoundCategory category,
float volume,
float pitch) |
ProjectileImpactEvent(Entity entity,
RayTraceResult ray) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
LivingKnockBackEvent.attacker |
protected Entity |
LivingKnockBackEvent.originalAttacker |
Modifier and Type | Method and Description |
---|---|
Entity |
LivingKnockBackEvent.getAttacker() |
Entity |
LivingKnockBackEvent.getOriginalAttacker() |
Modifier and Type | Method and Description |
---|---|
void |
LivingKnockBackEvent.setAttacker(Entity attacker) |
Constructor and Description |
---|
LivingKnockBackEvent(EntityLivingBase target,
Entity attacker,
float strength,
double ratioX,
double ratioZ) |
Modifier and Type | Field and Description |
---|---|
private Entity |
MinecartCollisionEvent.collider |
Modifier and Type | Method and Description |
---|---|
Entity |
MinecartCollisionEvent.getCollider() |
Constructor and Description |
---|
MinecartCollisionEvent(EntityMinecart minecart,
Entity collider) |
Modifier and Type | Field and Description |
---|---|
private Entity |
AttackEntityEvent.target |
private Entity |
PlayerEvent.StartTracking.target |
private Entity |
PlayerEvent.StopTracking.target |
private Entity |
PlayerInteractEvent.EntityInteractSpecific.target |
private Entity |
PlayerInteractEvent.EntityInteract.target |
private Entity |
CriticalHitEvent.target |
Modifier and Type | Method and Description |
---|---|
Entity |
AttackEntityEvent.getTarget() |
Entity |
PlayerEvent.StartTracking.getTarget()
The Entity now being tracked.
|
Entity |
PlayerEvent.StopTracking.getTarget()
The Entity no longer being tracked.
|
Entity |
PlayerInteractEvent.EntityInteractSpecific.getTarget() |
Entity |
PlayerInteractEvent.EntityInteract.getTarget() |
Entity |
CriticalHitEvent.getTarget()
The Entity that was damaged by the player.
|
Constructor and Description |
---|
AttackEntityEvent(EntityPlayer player,
Entity target) |
CriticalHitEvent(EntityPlayer player,
Entity target,
float damageModifier,
boolean vanillaCritical) |
EntityInteract(EntityPlayer player,
EnumHand hand,
Entity target) |
EntityInteractSpecific(EntityPlayer player,
EnumHand hand,
Entity target,
Vec3d localPos) |
StartTracking(EntityPlayer player,
Entity target) |
StopTracking(EntityPlayer player,
Entity target) |
Modifier and Type | Field and Description |
---|---|
private Entity |
BlockEvent.EntityPlaceEvent.entity |
private Entity |
BlockEvent.FarmlandTrampleEvent.entity |
private Entity |
GetCollisionBoxesEvent.entity |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Entity> |
ExplosionEvent.Detonate.entityList |
Modifier and Type | Method and Description |
---|---|
Entity |
BlockEvent.EntityPlaceEvent.getEntity() |
Entity |
BlockEvent.FarmlandTrampleEvent.getEntity() |
Entity |
GetCollisionBoxesEvent.getEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
ExplosionEvent.Detonate.getAffectedEntities()
return the list of entities affected by the explosion.
|
Constructor and Description |
---|
EntityMultiPlaceEvent(java.util.List<BlockSnapshot> blockSnapshots,
IBlockState placedAgainst,
Entity entity) |
EntityPlaceEvent(BlockSnapshot blockSnapshot,
IBlockState placedAgainst,
Entity entity) |
FarmlandTrampleEvent(World world,
BlockPos pos,
IBlockState state,
float fallDistance,
Entity entity) |
GetCollisionBoxesEvent(World world,
Entity entity,
AxisAlignedBB aabb,
java.util.List<AxisAlignedBB> collisionBoxesList) |
Constructor and Description |
---|
Detonate(World world,
Explosion explosion,
java.util.List<Entity> entityList) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
BlockFluidBase.getFogColor(World world,
BlockPos pos,
IBlockState state,
Entity entity,
Vec3d originalColor,
float partialTicks) |
Vec3d |
BlockFluidBase.modifyAcceleration(World world,
BlockPos pos,
Entity entity,
Vec3d vec) |
Modifier and Type | Interface and Description |
---|---|
interface |
IRenderFactory<T extends Entity> |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends Entity>,IRenderFactory<? extends Entity>> |
RenderingRegistry.entityRenderers |
private java.util.Map<java.lang.Class<? extends Entity>,IRenderFactory<? extends Entity>> |
RenderingRegistry.entityRenderers |
private java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> |
RenderingRegistry.entityRenderersOld |
private java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> |
RenderingRegistry.entityRenderersOld |
private static java.util.Map<java.lang.Class<? extends Entity>,ResourceLocation> |
ClientRegistry.entityShaderMap |
Modifier and Type | Method and Description |
---|---|
private static <T extends Entity> |
RenderingRegistry.register(RenderManager manager,
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> renderMap,
java.lang.Class<T> entityClass,
IRenderFactory<?> renderFactory) |
static <T extends Entity> |
RenderingRegistry.registerEntityRenderingHandler(java.lang.Class<T> entityClass,
IRenderFactory<? super T> renderFactory)
Register an entity rendering handler.
|
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
ClientRegistry.getEntityShader(java.lang.Class<? extends Entity> entityClass) |
static void |
RenderingRegistry.loadEntityRenderers(java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> entityRenderMap) |
static void |
RenderingRegistry.loadEntityRenderers(java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> entityRenderMap) |
static void |
RenderingRegistry.loadEntityRenderers(RenderManager manager,
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> renderMap) |
static void |
RenderingRegistry.loadEntityRenderers(RenderManager manager,
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> renderMap) |
private static <T extends Entity> |
RenderingRegistry.register(RenderManager manager,
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> renderMap,
java.lang.Class<T> entityClass,
IRenderFactory<?> renderFactory) |
private static <T extends Entity> |
RenderingRegistry.register(RenderManager manager,
java.util.Map<java.lang.Class<? extends Entity>,Render<? extends Entity>> renderMap,
java.lang.Class<T> entityClass,
IRenderFactory<?> renderFactory) |
static void |
RenderingRegistry.registerEntityRenderingHandler(java.lang.Class<? extends Entity> entityClass,
Render<? extends Entity> renderer)
Deprecated.
use the factory version during Preinitialization.
TODO Will be removed in 1.11.
|
static void |
RenderingRegistry.registerEntityRenderingHandler(java.lang.Class<? extends Entity> entityClass,
Render<? extends Entity> renderer)
Deprecated.
use the factory version during Preinitialization.
TODO Will be removed in 1.11.
|
static void |
ClientRegistry.registerEntityShader(java.lang.Class<? extends Entity> entityClass,
ResourceLocation shader)
Register a shader for an entity.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.common.base.Predicate<Entity>> |
IEntitySelectorFactory.createPredicates(java.util.Map<java.lang.String,java.lang.String> arguments,
java.lang.String mainSelector,
ICommandSender sender,
Vec3d position)
Called every time a command that contains entity selectors is executed
|
Modifier and Type | Method and Description |
---|---|
void |
FMLEventChannel.sendToAllTracking(FMLProxyPacket pkt,
Entity entity)
Send to all tracking the entity
This is not equivalent to
FMLEventChannel.sendToAllTracking(FMLProxyPacket, NetworkRegistry.TargetPoint)
because entities have different tracking distances based on their type. |
Modifier and Type | Field and Description |
---|---|
(package private) Entity |
FMLMessage.EntityMessage.entity |
Modifier and Type | Method and Description |
---|---|
static Packet<?> |
FMLNetworkHandler.getEntitySpawningPacket(Entity entity) |
Constructor and Description |
---|
EntityMessage(Entity entity) |
EntitySpawnMessage(EntityRegistry.EntityRegistration er,
Entity entity,
ModContainer modContainer) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleNetworkWrapper.sendToAllTracking(IMessage message,
Entity entity)
Sends this message to everyone tracking an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityEntryBuilder<E extends Entity>
An entity registry entry builder.
|
(package private) static class |
EntityEntryBuilder.ConstructorFactory<E extends Entity> |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends Entity> |
EntityEntry.cls |
private java.util.function.Function<FMLMessage.EntitySpawnMessage,Entity> |
EntityRegistry.EntityRegistration.customSpawnCallback |
private java.lang.Class<? extends Entity> |
EntityRegistry.EntityRegistration.entityClass
Deprecated.
|
private java.util.Map<java.lang.Class<? extends Entity>,EntityEntry> |
EntityRegistry.entityClassEntries |
private com.google.common.collect.BiMap<java.lang.Class<? extends Entity>,EntityRegistry.EntityRegistration> |
EntityRegistry.entityClassRegistrations |
(package private) java.util.function.Function<World,? extends Entity> |
EntityEntry.factory |
private java.util.function.Function<World,? extends Entity> |
EntityRegistry.EntityRegistration.factory |
Modifier and Type | Method and Description |
---|---|
static <E extends Entity> |
EntityEntryBuilder.create()
Creates a new entity entry builder.
|
Modifier and Type | Method and Description |
---|---|
Entity |
EntityRegistry.EntityRegistration.doCustomSpawning(FMLMessage.EntitySpawnMessage spawnMsg) |
Entity |
IThrowableEntity.getThrower()
Gets the entity that threw/created this entity.
|
Entity |
EntityEntry.newInstance(World world) |
Entity |
EntityRegistry.EntityRegistration.newInstance(World world) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.google.common.base.Predicate<Entity>> |
GameRegistry.createEntitySelectors(java.util.Map<java.lang.String,java.lang.String> arguments,
java.lang.String mainSelector,
ICommandSender sender,
Vec3d position)
Creates a list of entity selectors using the registered factories.
|
java.lang.Class<? extends Entity> |
EntityEntry.getEntityClass() |
java.lang.Class<? extends Entity> |
EntityRegistry.EntityRegistration.getEntityClass()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IThrowableEntity.setThrower(Entity entity)
Sets the entity that threw/created this entity.
|
boolean |
EntityRegistry.tryTrackingEntity(EntityTracker entityTracker,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
private void |
EntityRegistry.doModEntityRegistration(ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
java.lang.Object mod,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates) |
static EntityEntry |
EntityRegistry.getEntry(java.lang.Class<? extends Entity> entityClass) |
(package private) void |
EntityRegistry.insert(java.lang.Class<? extends Entity> entity,
EntityRegistry.EntityRegistration registration) |
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(java.lang.Class<? extends Entity> clazz,
boolean keepLooking) |
static void |
EntityRegistry.registerModEntity(ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
java.lang.Object mod,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates)
Register the mod entity type with FML
|
static void |
EntityRegistry.registerModEntity(ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
java.lang.Object mod,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates,
int eggPrimary,
int eggSecondary)
Register the mod entity type with FML
This will also register a spawn egg.
|
void |
EntityRegistry.EntityRegistration.setCustomSpawning(java.util.function.Function<FMLMessage.EntitySpawnMessage,Entity> callable,
boolean usesVanillaSpawning) |
Constructor and Description |
---|
BuiltEntityEntry(java.lang.Class<? extends Entity> cls,
java.lang.String name) |
EntityEntry(java.lang.Class<? extends Entity> cls,
java.lang.String name) |
EntityRegistration(ModContainer mc,
ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates)
Deprecated.
|
EntityRegistration(ModContainer mc,
ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates,
java.util.function.Function<World,? extends Entity> factory) |
EntityRegistration(ModContainer mc,
ResourceLocation registryName,
java.lang.Class<? extends Entity> entityClass,
java.lang.String entityName,
int id,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates,
java.util.function.Function<World,? extends Entity> factory) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Class<? extends Entity>,EntityEntry> |
GameData.getEntityClassMap() |
Modifier and Type | Method and Description |
---|---|
static void |
GameData.registerEntity(int id,
ResourceLocation key,
java.lang.Class<? extends Entity> clazz,
java.lang.String oldName) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeTimeTracker.trackEnd(Entity par1Entity)
Deprecated.
To be removed in 1.13 - Implementation has been moved
|
static void |
ForgeTimeTracker.trackStart(Entity par1Entity)
Deprecated.
To be removed in 1.13 - Implementation has been moved
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
CommandSetDimension.checkEntity(Entity entity) |
void |
CommandSetDimension.CommandTeleporter.placeEntity(World world,
Entity entity,
float yaw) |
Modifier and Type | Method and Description |
---|---|
protected ITextComponent |
CommandTrack.TrackResultsEntity.buildTrackString(ICommandSender sender,
ForgeTimings<Entity> data) |
Modifier and Type | Field and Description |
---|---|
private Entity |
TargetContext.target |
Modifier and Type | Field and Description |
---|---|
static ContextKey<Entity> |
ContextKeys.TARGET
The entity can be anything that gets interacted with - a sheep when you try to dye it, skeleton that you attack, etc.
|
Constructor and Description |
---|
TargetContext(EntityPlayer ep,
Entity entity) |
Modifier and Type | Field and Description |
---|---|
static TimeTracker<Entity> |
TimeTracker.ENTITY_UPDATE
A tracker for timing entity updates
|