Uses of Class
net.minecraft.entity.monster.DrownedEntity
Package
Description
-
Uses of DrownedEntity in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprotected void
DrownedRenderer.setupRotations
(DrownedEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_) -
Uses of DrownedEntity in net.minecraft.client.renderer.entity.layers
-
Uses of DrownedEntity in net.minecraft.entity
-
Uses of DrownedEntity in net.minecraft.entity.monster
Modifier and TypeFieldDescriptionprivate final DrownedEntity
DrownedEntity.AttackGoal.drowned
private final DrownedEntity
DrownedEntity.GoToBeachGoal.drowned
private final DrownedEntity
DrownedEntity.MoveHelperController.drowned
private final DrownedEntity
DrownedEntity.SwimUpGoal.drowned
private final DrownedEntity
DrownedEntity.TridentAttackGoal.drowned
Modifier and TypeMethodDescriptionstatic boolean
DrownedEntity.checkDrownedSpawnRules
(EntityType<DrownedEntity> p_223332_0_, IServerWorld p_223332_1_, SpawnReason p_223332_2_, BlockPos p_223332_3_, Random p_223332_4_) ModifierConstructorDescriptionAttackGoal
(DrownedEntity p_i48913_1_, double p_i48913_2_, boolean p_i48913_4_) GoToBeachGoal
(DrownedEntity p_i48911_1_, double p_i48911_2_) MoveHelperController
(DrownedEntity p_i48909_1_) SwimUpGoal
(DrownedEntity p_i48908_1_, double p_i48908_2_, int p_i48908_4_) ModifierConstructorDescriptionDrownedEntity
(EntityType<? extends DrownedEntity> p_i50212_1_, World p_i50212_2_)