Uses of Class
net.minecraft.entity.monster.DrownedEntity
Packages that use DrownedEntity
Package
Description
-
Uses of DrownedEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DrownedEntityModifier and TypeMethodDescriptionprotected 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 -
Uses of DrownedEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type DrownedEntity -
Uses of DrownedEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as DrownedEntityModifier and TypeFieldDescriptionprivate final DrownedEntity
DrownedEntity.AttackGoal.drowned
private final DrownedEntity
DrownedEntity.GoToBeachGoal.drowned
private final DrownedEntity
DrownedEntity.MoveHelperController.drowned
private final DrownedEntity
DrownedEntity.SwimUpGoal.drowned
private final DrownedEntity
DrownedEntity.TridentAttackGoal.drowned
Method parameters in net.minecraft.entity.monster with type arguments of type DrownedEntityModifier and TypeMethodDescriptionstatic boolean
DrownedEntity.checkDrownedSpawnRules
(EntityType<DrownedEntity> p_223332_0_, IServerWorld p_223332_1_, SpawnReason p_223332_2_, BlockPos p_223332_3_, Random p_223332_4_) Constructors in net.minecraft.entity.monster with parameters of type DrownedEntityModifierConstructorDescriptionAttackGoal
(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 DrownedEntityModifierConstructorDescriptionDrownedEntity
(EntityType<? extends DrownedEntity> p_i50212_1_, World p_i50212_2_)