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
Methods in net.minecraft.client.renderer.entity with parameters of type DrownedModifier and TypeMethodDescriptionprotected HumanoidModel.ArmPoseDrownedRenderer.getArmPose(Drowned p_480260_, HumanoidArm p_454906_) -
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> pEntityType, ServerLevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.monster.zombie with parameters of type DrownedModifierConstructorDescriptionDrownedAttackGoal(Drowned pDrowned, double pSpeedModifier, boolean pFollowTargetEvenIfNotSeen) DrownedGoToBeachGoal(Drowned pDrowned, double pSpeedModifier) DrownedMoveControl(Drowned pDrowned) DrownedSwimUpGoal(Drowned pDrowned, double pSpeedModifier, int pSeaLevel) Constructor parameters in net.minecraft.world.entity.monster.zombie with type arguments of type Drowned