Uses of Class
net.minecraft.world.entity.monster.zombie.Drowned
Packages that use Drowned
Package
Description
-
Uses of Drowned in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Drowned in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type DrownedModifier and TypeMethodDescriptionprotected HumanoidModel.ArmPoseDrownedRenderer.getArmPose(Drowned mob, HumanoidArm arm) -
Uses of Drowned in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Drowned -
Uses of Drowned in net.minecraft.world.entity.monster.zombie
Fields in net.minecraft.world.entity.monster.zombie declared as DrownedModifier and TypeFieldDescriptionprivate final DrownedDrowned.DrownedAttackGoal.drownedprivate final DrownedDrowned.DrownedGoToBeachGoal.drownedprivate final DrownedDrowned.DrownedMoveControl.drownedprivate final DrownedDrowned.DrownedSwimUpGoal.drownedprivate final DrownedDrowned.DrownedTridentAttackGoal.drownedMethod parameters in net.minecraft.world.entity.monster.zombie with type arguments of type DrownedModifier and TypeMethodDescriptionstatic booleanDrowned.checkDrownedSpawnRules(EntityType<Drowned> type, ServerLevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.monster.zombie with parameters of type DrownedModifierConstructorDescriptionDrownedAttackGoal(Drowned drowned, double speedModifier, boolean trackTarget) DrownedGoToBeachGoal(Drowned drowned, double speedModifier) DrownedMoveControl(Drowned drowned) DrownedSwimUpGoal(Drowned drowned, double speedModifier, int seaLevel) Constructor parameters in net.minecraft.world.entity.monster.zombie with type arguments of type Drowned