Uses of Class
net.minecraft.entity.monster.DrownedEntity
-
Packages that use DrownedEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.layers net.minecraft.entity net.minecraft.entity.monster -
-
Uses of DrownedEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DrownedEntity Modifier and Type Method Description protected void
DrownedRenderer. setupRotations(DrownedEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_)
-
Uses of DrownedEntity in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type DrownedEntity Modifier and Type Class Description class
DrownedOuterLayer<T extends DrownedEntity>
-
Uses of DrownedEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type DrownedEntity Modifier and Type Field Description static EntityType<DrownedEntity>
EntityType. DROWNED
-
Uses of DrownedEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as DrownedEntity Modifier and Type Field Description private DrownedEntity
DrownedEntity.AttackGoal. drowned
private DrownedEntity
DrownedEntity.GoToBeachGoal. drowned
private DrownedEntity
DrownedEntity.MoveHelperController. drowned
private DrownedEntity
DrownedEntity.SwimUpGoal. drowned
private DrownedEntity
DrownedEntity.TridentAttackGoal. drowned
Method parameters in net.minecraft.entity.monster with type arguments of type DrownedEntity Modifier and Type Method Description static boolean
DrownedEntity. checkDrownedSpawnRules(EntityType<DrownedEntity> p_223332_0_, IServerWorld p_223332_1_, SpawnReason p_223332_2_, BlockPos p_223332_3_, java.util.Random p_223332_4_)
Constructors in net.minecraft.entity.monster with parameters of type DrownedEntity Constructor Description AttackGoal(DrownedEntity p_i48913_1_, double p_i48913_2_, boolean p_i48913_4_)
GoToBeachGoal(DrownedEntity p_i48911_1_, double p_i48911_2_)
MoveHelperController(DrownedEntity p_i48909_1_)
SwimUpGoal(DrownedEntity p_i48908_1_, double p_i48908_2_, int p_i48908_4_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type DrownedEntity Constructor Description DrownedEntity(EntityType<? extends DrownedEntity> p_i50212_1_, World p_i50212_2_)
-