Uses of Class
net.minecraft.entity.mob.DrownedEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.client.render.entity.feature | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of DrownedEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type DrownedEntity Modifier and Type Method Description protected void
DrownedEntityRenderer. setupTransforms(DrownedEntity drownedEntity, MatrixStack matrixStack, float float2, float float3, float float4)
-
Uses of DrownedEntity in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type DrownedEntity Modifier and Type Class Description class
DrownedOverlayFeatureRenderer<T extends DrownedEntity>
-
Uses of DrownedEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type DrownedEntity Modifier and Type Field Description static EntityType<DrownedEntity>
EntityType. DROWNED
-
Uses of DrownedEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as DrownedEntity Modifier and Type Field Description private DrownedEntity
DrownedEntity.DrownedAttackGoal. drowned
private DrownedEntity
DrownedEntity.DrownedMoveControl. drowned
private DrownedEntity
DrownedEntity.LeaveWaterGoal. drowned
private DrownedEntity
DrownedEntity.TargetAboveWaterGoal. drowned
private DrownedEntity
DrownedEntity.TridentAttackGoal. drowned
Method parameters in net.minecraft.entity.mob with type arguments of type DrownedEntity Modifier and Type Method Description static boolean
DrownedEntity. canSpawn(EntityType<DrownedEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.mob with parameters of type DrownedEntity Constructor Description DrownedAttackGoal(DrownedEntity drowned, double speed, boolean pauseWhenMobIdle)
DrownedMoveControl(DrownedEntity drowned)
LeaveWaterGoal(DrownedEntity drowned, double speed)
TargetAboveWaterGoal(DrownedEntity drowned, double speed, int minY)
Constructor parameters in net.minecraft.entity.mob with type arguments of type DrownedEntity Constructor Description DrownedEntity(EntityType<? extends DrownedEntity> type, World world)