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_218956_, ServerLevelAccessor p_218957_, MobSpawnType p_218958_, BlockPos p_218959_, RandomSource p_218960_) 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_)