Uses of Class
net.minecraft.entity.mob.DrownedEntity
-
Uses of DrownedEntity in net.minecraft.entity
-
Uses of DrownedEntity in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate final DrownedEntity
DrownedEntity.DrownedAttackGoal.drowned
private final DrownedEntity
DrownedEntity.DrownedMoveControl.drowned
private final DrownedEntity
DrownedEntity.LeaveWaterGoal.drowned
private final DrownedEntity
DrownedEntity.TargetAboveWaterGoal.drowned
private final DrownedEntity
DrownedEntity.TridentAttackGoal.drowned
Modifier and TypeMethodDescriptionstatic boolean
DrownedEntity.canSpawn
(EntityType<DrownedEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) ModifierConstructorDescriptionDrownedAttackGoal
(DrownedEntity drowned, double speed, boolean pauseWhenMobIdle) DrownedMoveControl
(DrownedEntity drowned) LeaveWaterGoal
(DrownedEntity drowned, double speed) TargetAboveWaterGoal
(DrownedEntity drowned, double speed, int minY) ModifierConstructorDescriptionDrownedEntity
(EntityType<? extends DrownedEntity> type, World world)