Uses of Class
net.minecraft.entity.passive.TropicalFishEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.client.render.entity.feature | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of TropicalFishEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type TropicalFishEntity Modifier and Type Field Description private TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer. largeModel
private TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer. smallModel
Methods in net.minecraft.client.render.entity with parameters of type TropicalFishEntity Modifier and Type Method Description Identifier
TropicalFishEntityRenderer. 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type TropicalFishEntity Modifier and Type Field Description private LargeTropicalFishEntityModel<TropicalFishEntity>
TropicalFishColorFeatureRenderer. largeModel
private SmallTropicalFishEntityModel<TropicalFishEntity>
TropicalFishColorFeatureRenderer. smallModel
Methods in net.minecraft.client.render.entity.feature with parameters of type TropicalFishEntity Modifier and Type Method Description void
TropicalFishColorFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, TropicalFishEntity tropicalFishEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type TropicalFishEntity Constructor Description TropicalFishColorFeatureRenderer(FeatureRendererContext<TropicalFishEntity,TintableCompositeModel<TropicalFishEntity>> context, EntityModelLoader loader)
TropicalFishColorFeatureRenderer(FeatureRendererContext<TropicalFishEntity,TintableCompositeModel<TropicalFishEntity>> context, EntityModelLoader loader)
-
Uses of TropicalFishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TropicalFishEntity Modifier and Type Field Description static EntityType<TropicalFishEntity>
EntityType. TROPICAL_FISH
-
Uses of TropicalFishEntity in net.minecraft.entity.passive
Constructors in net.minecraft.entity.passive with parameters of type TropicalFishEntity Constructor Description TropicalFishData(TropicalFishEntity leader, int shape, int pattern, int baseColor, int patternColor)
Constructor parameters in net.minecraft.entity.passive with type arguments of type TropicalFishEntity Constructor Description TropicalFishEntity(EntityType<? extends TropicalFishEntity> type, World world)