Uses of Class
net.minecraft.entity.mob.DrownedEntity
Package
Description
-
Uses of DrownedEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprotected void
DrownedEntityRenderer.setupTransforms
(DrownedEntity drownedEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of DrownedEntity in net.minecraft.client.render.entity.feature
-
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)