Uses of Class
net.minecraft.world.entity.monster.Drowned
Package
Description
-
Uses of Drowned in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprotected void
DrownedRenderer.setupRotations
(Drowned p_114109_, PoseStack p_114110_, float p_114111_, float p_114112_, float p_114113_) -
Uses of Drowned in net.minecraft.client.renderer.entity.layers
-
Uses of Drowned in net.minecraft.world.entity
-
Uses of Drowned in net.minecraft.world.entity.monster
Modifier and TypeFieldDescriptionprivate final Drowned
Drowned.DrownedAttackGoal.drowned
private final Drowned
Drowned.DrownedGoToBeachGoal.drowned
private final Drowned
Drowned.DrownedMoveControl.drowned
private final Drowned
Drowned.DrownedSwimUpGoal.drowned
private final Drowned
Drowned.DrownedTridentAttackGoal.drowned
Modifier and TypeMethodDescriptionstatic boolean
Drowned.checkDrownedSpawnRules
(EntityType<Drowned> p_32350_, ServerLevelAccessor p_32351_, MobSpawnType p_32352_, BlockPos p_32353_, Random p_32354_) ModifierConstructorDescriptionDrownedAttackGoal
(Drowned p_32402_, double p_32403_, boolean p_32404_) DrownedGoToBeachGoal
(Drowned p_32409_, double p_32410_) DrownedMoveControl
(Drowned p_32433_) DrownedSwimUpGoal
(Drowned p_32440_, double p_32441_, int p_32442_)