Uses of Class
net.minecraft.entity.passive.TropicalFishEntity
Packages that use TropicalFishEntity
Package
Description
-
Uses of TropicalFishEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionprivate TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer.largeModel
private TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer.smallModel
Methods in net.minecraft.client.render.entity with parameters of type TropicalFishEntityModifier 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionTropicalFishColorFeatureRenderer.largeModel
TropicalFishColorFeatureRenderer.smallModel
Methods in net.minecraft.client.render.entity.feature with parameters of type TropicalFishEntityModifier and TypeMethodDescriptionvoid
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 TropicalFishEntityModifierConstructorDescriptionTropicalFishColorFeatureRenderer(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 -
Uses of TropicalFishEntity in net.minecraft.entity.passive
Constructors in net.minecraft.entity.passive with parameters of type TropicalFishEntityModifierConstructorDescriptionprivate
TropicalFishData(TropicalFishEntity leader, int shape, int pattern, int baseColor, int patternColor)
Constructor parameters in net.minecraft.entity.passive with type arguments of type TropicalFishEntityModifierConstructorDescriptionTropicalFishEntity(EntityType<? extends TropicalFishEntity> type, World world)