Uses of Class
net.minecraft.entity.LivingEntity
Packages that use LivingEntity
Package
Description
-
Uses of LivingEntity in net.minecraft
Methods in net.minecraft with parameters of type LivingEntityModifier and TypeMethodDescriptionstatic Blockclass_321.method_805(World world, LivingEntity livingEntity, float float2) static Vec3dclass_321.method_806(LivingEntity livingEntity, double double2) -
Uses of LivingEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type LivingEntityModifier and TypeMethodDescriptionstatic intPistonBlock.method_555(World world, int int2, int int3, int int4, LivingEntity livingEntity) voidAbstractRedstoneGateBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidAnvilBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidBeaconBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidBrewingStandBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidChestBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidCocoaBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidCommandBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidDispenserBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidDoublePlantBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidEnchantingTableBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidEnderChestBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidEndPortalFrameBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidFenceGateBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidFurnaceBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidHopperBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidLeverBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidPistonBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidPumpkinBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidSkeletonSkullBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidStairsBlock.onBreak(World world, int x, int y, int z, LivingEntity entity, ItemStack item) voidTntBlock.onTntPrimed(World world, int int2, int int3, int int4, int int5, LivingEntity livingEntity) -
Uses of LivingEntity in net.minecraft.client
Fields in net.minecraft.client declared as LivingEntityModifier and TypeFieldDescriptionMinecraftClient.field_6279private LivingEntityclass_521.field_6451Constructors in net.minecraft.client with parameters of type LivingEntity -
Uses of LivingEntity in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type LivingEntityModifier and TypeMethodDescriptionstatic voidSurvivalInventoryScreen.renderEntity(int x, int y, int size, float mouseX, float mouseY, LivingEntity entity) -
Uses of LivingEntity in net.minecraft.client.network
Subclasses of LivingEntity in net.minecraft.client.network -
Uses of LivingEntity in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type LivingEntityModifier and TypeMethodDescriptionintWorldRenderer.method_1374(LivingEntity livingEntity, int int2, double double2) booleanWorldRenderer.method_1375(LivingEntity livingEntity, boolean bool) private voidBufferBuilder.method_6873(int int2, LivingEntity livingEntity) voidBufferBuilder.method_6874(LivingEntity livingEntity) voidBufferBuilder.method_6876(LivingEntity livingEntity) voidWorldRenderer.method_6887(LivingEntity livingEntity, CameraView cameraView, float float2) -
Uses of LivingEntity in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as LivingEntityMethods in net.minecraft.client.render.block.entity with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.method_1629(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, float float2) -
Uses of LivingEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as LivingEntityMethods in net.minecraft.client.render.entity with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.method_1523(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, Entity entity, GameOptions gameOptions, float float2) protected floatLivingEntityRenderer.method_5771(LivingEntity entity) protected voidLivingEntityRenderer.method_5772(LivingEntity livingEntity, double double2, double double3, double double4) protected voidLivingEntityRenderer.method_5774(LivingEntity livingEntity, double double2, double double3, double double4, String string, float float2, double double5) protected intLivingEntityRenderer.method_5776(LivingEntity livingEntity, float float2, float float3) protected voidLivingEntityRenderer.method_5777(LivingEntity entity, float float2, float float3, float float4) protected intLivingEntityRenderer.method_5779(LivingEntity livingEntity, int int2, float float2) protected booleanLivingEntityRenderer.method_5781(LivingEntity livingEntity) protected voidLivingEntityRenderer.method_5782(LivingEntity livingEntity, double double2, double double3, double double4) protected floatLivingEntityRenderer.method_5783(LivingEntity entity, float float2) protected intLivingEntityRenderer.method_5784(LivingEntity livingEntity, int int2, float float2) protected voidLivingEntityRenderer.method_5785(LivingEntity livingEntity, float float2) protected voidLivingEntityRenderer.method_5786(LivingEntity livingEntity, int int2, float float2) protected floatLivingEntityRenderer.method_5787(LivingEntity livingEntity, float float2) protected voidLivingEntityRenderer.method_5788(LivingEntity livingEntity, float float2) voidLivingEntityRenderer.render(LivingEntity livingEntity, double double2, double double3, double double4, float float2, float float3) protected voidLivingEntityRenderer.renderModel(LivingEntity entity, float float2, float float3, float float4, float float5, float float6, float float7) protected voidLivingEntityRenderer.scale(LivingEntity entity, float tickDelta) -
Uses of LivingEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidEnderDragonModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidHorseBaseEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidIronGolemEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidMagmaCubeEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidOcelotEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidSheepEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidSheepWoolEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidSkeletonEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidWitherEntityRenderer.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) voidWolfEntityModel.method_1177(LivingEntity livingEntity, float float2, float float3, float float4) -
Uses of LivingEntity in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidHeldItemRenderer.method_5731(LivingEntity livingEntity, ItemStack itemStack, int int2) -
Uses of LivingEntity in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as LivingEntityModifier and TypeFieldDescriptionclass_1132.field_22962class_1737.field_7161class_1738.field_7163Methods in net.minecraft.enchantment with parameters of type LivingEntityModifier and TypeMethodDescriptionstatic ItemStackEnchantmentHelper.chooseEquipmentWith(Enchantment enchantment, LivingEntity entity) static intEnchantmentHelper.getFireAspect(LivingEntity entity) static intEnchantmentHelper.getKnockback(LivingEntity entity) floatDamageEnchantment.method_5489(int int2, LivingEntity livingEntity) floatEnchantment.method_5489(int int2, LivingEntity livingEntity) static intEnchantmentHelper.method_5494(LivingEntity livingEntity, LivingEntity livingEntity2) static intEnchantmentHelper.method_5495(LivingEntity entity) static booleanEnchantmentHelper.method_5496(LivingEntity entity) static intEnchantmentHelper.method_5497(LivingEntity entity) static intEnchantmentHelper.method_5498(LivingEntity entity) static booleanEnchantmentHelper.method_5499(LivingEntity entity) static floatEnchantmentHelper.method_6387(LivingEntity livingEntity, LivingEntity livingEntity2) static intEnchantmentHelper.method_6389(LivingEntity entity) static intEnchantmentHelper.method_6390(LivingEntity entity) voidDamageEnchantment.onDamage(LivingEntity livingEntity, Entity entity, int power) voidEnchantment.onDamage(LivingEntity livingEntity, Entity entity, int power) voidEnchantment.onDamaged(LivingEntity livingEntity, Entity entity, int power) voidThornsEnchantment.onDamaged(LivingEntity livingEntity, Entity entity, int power) static voidEnchantmentHelper.onTargetDamaged(LivingEntity user, Entity attacker) static voidEnchantmentHelper.onUserDamaged(LivingEntity user, Entity attacker) -
Uses of LivingEntity in net.minecraft.entity
Subclasses of LivingEntity in net.minecraft.entityFields in net.minecraft.entity declared as LivingEntityModifier and TypeFieldDescriptionprivate LivingEntityLivingEntity.attackerprivate LivingEntityLivingEntity.attackingprivate LivingEntityTntEntity.igniterMethods in net.minecraft.entity that return LivingEntityModifier and TypeMethodDescriptionLivingEntity.getAttacker()LivingEntity.getAttacking()TntEntity.getIgniter()LivingEntity.getOpponent()Methods in net.minecraft.entity with parameters of type LivingEntityModifier and TypeMethodDescriptionbooleanLivingEntity.isInSameTeam(LivingEntity entity) voidEntity.onKilledOther(LivingEntity other) voidLivingEntity.setAttacker(LivingEntity entity) Constructors in net.minecraft.entity with parameters of type LivingEntityModifierConstructorDescriptionTntEntity(World world, double x, double y, double z, LivingEntity igniter) -
Uses of LivingEntity in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidRangedAttackMob.rangedAttack(LivingEntity target, float pullProgress) -
Uses of LivingEntity in net.minecraft.entity.ai.control
Fields in net.minecraft.entity.ai.control declared as LivingEntityConstructors in net.minecraft.entity.ai.control with parameters of type LivingEntity -
Uses of LivingEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as LivingEntityModifier and TypeFieldDescription(package private) LivingEntityPounceAtTargetGoal.attacker(package private) LivingEntityTrackOwnerAttackerGoal.attacker(package private) LivingEntityAttackWithOwnerGoal.attackingprivate LivingEntityFormCaravanGoal.field_6854(package private) LivingEntityTrackIronGolemTargetGoal.field_6866private LivingEntityFollowOwnerGoal.owner(package private) LivingEntityAttackGoal.target(package private) LivingEntityCreeperIgniteGoal.targetprivate LivingEntityFollowTargetGoal.targetprivate LivingEntityGoToEntityTargetGoal.targetprivate LivingEntityProjectileAttackGoal.targetMethods in net.minecraft.entity.ai.goal with parameters of type LivingEntityModifier and TypeMethodDescriptionprivate booleanTrackTargetGoal.canNavigateToEntity(LivingEntity entity) protected booleanTrackTargetGoal.canTrack(LivingEntity target, boolean bool) -
Uses of LivingEntity in net.minecraft.entity.boss
Subclasses of LivingEntity in net.minecraft.entity.bossMethods in net.minecraft.entity.boss with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidWitherEntity.rangedAttack(LivingEntity target, float pullProgress) private voidWitherEntity.shootSkullAt(int headIndex, LivingEntity target) -
Uses of LivingEntity in net.minecraft.entity.boss.dragon
Subclasses of LivingEntity in net.minecraft.entity.boss.dragon -
Uses of LivingEntity in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as LivingEntityMethods in net.minecraft.entity.damage that return LivingEntityMethods in net.minecraft.entity.damage with parameters of type LivingEntityModifier and TypeMethodDescriptionDamageSource.getDeathMessage(LivingEntity entity) EntityDamageSource.getDeathMessage(LivingEntity entity) ProjectileDamageSource.getDeathMessage(LivingEntity entity) static DamageSourceDamageSource.mob(LivingEntity attacker) Constructors in net.minecraft.entity.damage with parameters of type LivingEntity -
Uses of LivingEntity in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidStatusEffect.method_6087(LivingEntity livingEntity, int int2) voidStatusEffect.method_6088(LivingEntity livingEntity, LivingEntity livingEntity2, int int2, double double2) voidAbsorptionStatusEffect.method_6091(LivingEntity entity, AbstractEntityAttributeContainer attributes, int int2) voidStatusEffect.method_6091(LivingEntity entity, AbstractEntityAttributeContainer attributes, int int2) booleanStatusEffectInstance.method_6093(LivingEntity livingEntity) voidStatusEffectInstance.method_6094(LivingEntity livingEntity) voidAbsorptionStatusEffect.onRemoved(LivingEntity entity, AbstractEntityAttributeContainer attributes, int amplifier) voidHealthBoostStatusEffect.onRemoved(LivingEntity entity, AbstractEntityAttributeContainer attributes, int amplifier) voidStatusEffect.onRemoved(LivingEntity entity, AbstractEntityAttributeContainer attributes, int amplifier) -
Uses of LivingEntity in net.minecraft.entity.mob
Subclasses of LivingEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob declared as LivingEntityMethods in net.minecraft.entity.mob that return LivingEntityMethods in net.minecraft.entity.mob with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidZombieEntity.onKilledOther(LivingEntity other) voidSkeletonEntity.rangedAttack(LivingEntity target, float pullProgress) voidWitchEntity.rangedAttack(LivingEntity target, float pullProgress) voidMobEntity.setTarget(LivingEntity target) -
Uses of LivingEntity in net.minecraft.entity.passive
Subclasses of LivingEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive that return LivingEntityMethods in net.minecraft.entity.passive with parameters of type LivingEntityModifier and TypeMethodDescriptionbooleanTameableEntity.canAttackWithOwner(LivingEntity target, LivingEntity owner) booleanWolfEntity.canAttackWithOwner(LivingEntity target, LivingEntity owner) booleanTameableEntity.isInSameTeam(LivingEntity entity) voidSnowGolemEntity.rangedAttack(LivingEntity target, float pullProgress) voidVillagerEntity.setAttacker(LivingEntity entity) voidWolfEntity.setTarget(LivingEntity target) -
Uses of LivingEntity in net.minecraft.entity.player
Subclasses of LivingEntity in net.minecraft.entity.playerModifier and TypeClassDescriptionclassclassLocal client player entityclassClient player entity used by incoming mp playersclassclassMethods in net.minecraft.entity.player with parameters of type LivingEntity -
Uses of LivingEntity in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as LivingEntityConstructors in net.minecraft.entity.projectile with parameters of type LivingEntityModifierConstructorDescriptionAbstractArrowEntity(World world, LivingEntity livingEntity, float float2) AbstractArrowEntity(World world, LivingEntity livingEntity, LivingEntity livingEntity2, float float2, float float3) ExplosiveProjectileEntity(World world, LivingEntity target, double directionX, double directionY, double directionZ) FireballEntity(World world, LivingEntity target, double directionX, double directionY, double directionZ) SmallFireballEntity(World world, LivingEntity target, double directionX, double directionY, double directionZ) WitherSkullEntity(World world, LivingEntity target, double directionX, double directionY, double directionZ) -
Uses of LivingEntity in net.minecraft.entity.thrown
Fields in net.minecraft.entity.thrown declared as LivingEntityMethods in net.minecraft.entity.thrown that return LivingEntityConstructors in net.minecraft.entity.thrown with parameters of type LivingEntityModifierConstructorDescriptionEggEntity(World world, LivingEntity owner) EnderPearlEntity(World world, LivingEntity owner) ExperienceBottleEntity(World world, LivingEntity owner) PotionEntity(World world, LivingEntity entity, int id) PotionEntity(World world, LivingEntity entity, ItemStack stack) SnowballEntity(World world, LivingEntity owner) ThrowableEntity(World world, LivingEntity owner) -
Uses of LivingEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type LivingEntityModifier and TypeMethodDescriptionbooleanDyeItem.canUseOnEntity(ItemStack stack, PlayerEntity player, LivingEntity entity) booleanItem.canUseOnEntity(ItemStack stack, PlayerEntity player, LivingEntity entity) booleanItemStack.canUseOnEntity(PlayerEntity player, LivingEntity entity) booleanNameTagItem.canUseOnEntity(ItemStack stack, PlayerEntity player, LivingEntity entity) booleanSaddleItem.canUseOnEntity(ItemStack stack, PlayerEntity player, LivingEntity entity) voidItemStack.damage(int amount, LivingEntity entity) booleanItem.method_3356(ItemStack itemStack, World world, Block block, int int2, int int3, int int4, LivingEntity livingEntity) booleanShearsItem.method_3356(ItemStack itemStack, World world, Block block, int int2, int int3, int int4, LivingEntity livingEntity) booleanSwordItem.method_3356(ItemStack itemStack, World world, Block block, int int2, int int3, int int4, LivingEntity livingEntity) booleanToolItem.method_3356(ItemStack itemStack, World world, Block block, int int2, int int3, int int4, LivingEntity livingEntity) booleanItem.onEntityHit(ItemStack stack, LivingEntity entity1, LivingEntity entity2) voidItemStack.onEntityHit(LivingEntity entity, PlayerEntity attacker) booleanSaddleItem.onEntityHit(ItemStack stack, LivingEntity entity1, LivingEntity entity2) booleanSwordItem.onEntityHit(ItemStack stack, LivingEntity entity1, LivingEntity entity2) booleanToolItem.onEntityHit(ItemStack stack, LivingEntity entity1, LivingEntity entity2) -
Uses of LivingEntity in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type LivingEntity -
Uses of LivingEntity in net.minecraft.village
Fields in net.minecraft.village declared as LivingEntityMethods in net.minecraft.village that return LivingEntityMethods in net.minecraft.village with parameters of type LivingEntityModifier and TypeMethodDescriptionvoidVillage.addAttacker(LivingEntity entity) Village.getClosestAttacker(LivingEntity entity) Village.method_6229(LivingEntity entity) Constructors in net.minecraft.village with parameters of type LivingEntityModifierConstructorDescription(package private)class_939(Village village, LivingEntity livingEntity, int int2) -
Uses of LivingEntity in net.minecraft.world.explosion
Methods in net.minecraft.world.explosion that return LivingEntity