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 voidDrownedEntityRenderer. 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 classDrownedOverlayFeatureRenderer<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 DrownedEntityDrownedEntity.DrownedAttackGoal. drownedprivate DrownedEntityDrownedEntity.DrownedMoveControl. drownedprivate DrownedEntityDrownedEntity.LeaveWaterGoal. drownedprivate DrownedEntityDrownedEntity.TargetAboveWaterGoal. drownedprivate DrownedEntityDrownedEntity.TridentAttackGoal. drownedMethod parameters in net.minecraft.entity.mob with type arguments of type DrownedEntity Modifier and Type Method Description static booleanDrownedEntity. 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)