Uses of Class
net.minecraft.entity.passive.TropicalFishEntity
Package
Description
-
Uses of TropicalFishEntity in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate final TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer.largeModel
private final TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer.smallModel
Modifier and TypeMethodDescriptionTropicalFishEntityRenderer.getTexture
(TropicalFishEntity tropicalFishEntity) void
TropicalFishEntityRenderer.render
(TropicalFishEntity tropicalFishEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) protected void
TropicalFishEntityRenderer.setupTransforms
(TropicalFishEntity tropicalFishEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of TropicalFishEntity in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final LargeTropicalFishEntityModel<TropicalFishEntity>
TropicalFishColorFeatureRenderer.largeModel
private final SmallTropicalFishEntityModel<TropicalFishEntity>
TropicalFishColorFeatureRenderer.smallModel
Modifier and TypeMethodDescriptionvoid
TropicalFishColorFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, TropicalFishEntity tropicalFishEntity, float float2, float float3, float float4, float float5, float float6, float float7) ModifierConstructorDescriptionTropicalFishColorFeatureRenderer
(FeatureRendererContext<TropicalFishEntity, TintableCompositeModel<TropicalFishEntity>> context, EntityModelLoader loader) TropicalFishColorFeatureRenderer
(FeatureRendererContext<TropicalFishEntity, TintableCompositeModel<TropicalFishEntity>> context, EntityModelLoader loader) -
Uses of TropicalFishEntity in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityType<TropicalFishEntity>
EntityType.TROPICAL_FISH
-
Uses of TropicalFishEntity in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionstatic boolean
TropicalFishEntity.canTropicalFishSpawn
(EntityType<TropicalFishEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) ModifierConstructorDescription(package private)
TropicalFishData
(TropicalFishEntity leader, TropicalFishEntity.Variant variant) ModifierConstructorDescriptionTropicalFishEntity
(EntityType<? extends TropicalFishEntity> type, World world)