Uses of Class
net.minecraft.entity.Living
Packages that use Living
Package
Description
-
Uses of Living in net.minecraft
Fields in net.minecraft declared as LivingMethods in net.minecraft with parameters of type LivingModifier and TypeMethodDescriptionvoidclass_556.method_1862(Living living, ItemInstance itemInstance) Constructors in net.minecraft with parameters of type Living -
Uses of Living in net.minecraft.block
Methods in net.minecraft.block with parameters of type LivingModifier and TypeMethodDescriptionvoidBlockBase.afterPlaced(Level level, int x, int y, int z, Living living) voidDispenser.afterPlaced(Level level, int x, int y, int z, Living living) voidFurnace.afterPlaced(Level level, int x, int y, int z, Living living) voidPiston.afterPlaced(Level level, int x, int y, int z, Living living) voidPumpkin.afterPlaced(Level level, int x, int y, int z, Living living) voidRedstoneRepeater.afterPlaced(Level level, int x, int y, int z, Living living) voidStairs.afterPlaced(Level level, int x, int y, int z, Living living) -
Uses of Living in net.minecraft.client
Fields in net.minecraft.client declared as Living -
Uses of Living in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type LivingModifier and TypeMethodDescriptionintWorldRenderer.method_1548(Living living, int int2, double double2) booleanWorldRenderer.method_1549(Living living, boolean bool) -
Uses of Living in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as LivingModifier and TypeFieldDescriptionTileEntityRenderDispatcher.cameraEntityEntityRenderDispatcher.entityMethods in net.minecraft.client.render.entity with parameters of type LivingModifier and TypeMethodDescriptionvoidTileEntityRenderDispatcher.method_1274(Level level, TextureManager textureManager, TextRenderer textRenderer, Living living, float float2) voidEntityRenderDispatcher.method_1917(Level level, TextureManager textureManager, TextRenderer textRenderer, Living living, GameOptions gameOptions, float float2) protected floatLivingEntityRenderer.method_816(Living living) protected intLivingEntityRenderer.method_817(Living living, float float2, float float3) protected voidLivingEntityRenderer.method_818(Living living, String string, double double2, double double3, double double4, int int2) protected booleanLivingEntityRenderer.method_819(Living living, int int2, float float2) protected floatLivingEntityRenderer.method_820(Living living, float float2) protected voidLivingEntityRenderer.method_821(Living living, double double2, double double3, double double4) protected voidLivingEntityRenderer.method_823(Living living, float float2) protected voidLivingEntityRenderer.method_824(Living living, float float2, float float3, float float4) protected voidLivingEntityRenderer.method_826(Living living, double double2, double double3, double double4) protected voidBipedEntityRenderer.method_827(Living living, float float2) protected voidLivingEntityRenderer.method_827(Living living, float float2) protected floatLivingEntityRenderer.method_828(Living living, float float2) voidLivingEntityRenderer.render(Living living, double double2, double double3, double double4, float float2, float float3) protected boolean -
Uses of Living in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type LivingModifier and TypeMethodDescriptionvoidEntityModelBase.animateModel(Living living, float float2, float float3, float float4) voidWolf.animateModel(Living living, float float2, float float3, float float4) -
Uses of Living in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type LivingModifier and TypeMethodDescriptionvoidSoundHelper.setSoundPosition(Living entity, float positionScale) -
Uses of Living in net.minecraft.entity
Subclasses of Living in net.minecraft.entityMethods in net.minecraft.entity with parameters of type Living -
Uses of Living in net.minecraft.entity.animal
Subclasses of Living in net.minecraft.entity.animal -
Uses of Living in net.minecraft.entity.living
Subclasses of Living in net.minecraft.entity.living -
Uses of Living in net.minecraft.entity.monster
Subclasses of Living in net.minecraft.entity.monsterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of Living in net.minecraft.entity.player
Subclasses of Living in net.minecraft.entity.playerModifier and TypeClassDescriptionclassclassclassclassclassMethods in net.minecraft.entity.player with parameters of type LivingModifier and TypeMethodDescriptionvoidPlayerBase.handleKilledEntity(Living living) protected voidPlayerBase.method_510(Living target, boolean bool) -
Uses of Living in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as LivingModifier and TypeFieldDescriptionprivate LivingSnowball.field_1996private LivingEgg.field_2044Fireball.field_2193Arrow.ownerConstructors in net.minecraft.entity.projectile with parameters of type Living -
Uses of Living in net.minecraft.entity.swimming
Subclasses of Living in net.minecraft.entity.swimming -
Uses of Living in net.minecraft.item
Methods in net.minecraft.item with parameters of type LivingModifier and TypeMethodDescriptionvoidDye.interactWithEntity(ItemInstance itemInstance, Living living) voidItemBase.interactWithEntity(ItemInstance itemInstance, Living living) voidItemInstance.interactWithEntity(Living living) voidSaddle.interactWithEntity(ItemInstance itemInstance, Living living) booleanItemBase.postHit(ItemInstance itemInstance, Living damageSource, Living damageTarget) voidItemInstance.postHit(Living living, PlayerBase playerBase) booleanSaddle.postHit(ItemInstance itemInstance, Living damageSource, Living damageTarget) booleanItemBase.postMine(ItemInstance itemInstance, int int2, int int3, int int4, int int5, Living damageTarget) -
Uses of Living in net.minecraft.item.tool
Methods in net.minecraft.item.tool with parameters of type LivingModifier and TypeMethodDescriptionbooleanSword.postHit(ItemInstance itemInstance, Living damageSource, Living damageTarget) booleanToolBase.postHit(ItemInstance itemInstance, Living damageSource, Living damageTarget) booleanShears.postMine(ItemInstance itemInstance, int int2, int int3, int int4, int int5, Living damageTarget) booleanSword.postMine(ItemInstance itemInstance, int int2, int int3, int int4, int int5, Living damageTarget) booleanToolBase.postMine(ItemInstance itemInstance, int int2, int int3, int int4, int int5, Living damageTarget) -
Uses of Living in net.minecraft.packet.play
Constructors in net.minecraft.packet.play with parameters of type Living -
Uses of Living in net.minecraft.sortme
Methods in net.minecraft.sortme with parameters of type LivingModifier and TypeMethodDescriptionprivate static voidLevelMonsterSpawner.method_1872(Living entity, Level level, float x, float y, float z)