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 final TintableCompositeModel<TropicalFishEntity>
TropicalFishEntityRenderer.largeModel
private final 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 TypeFieldDescriptionprivate final LargeTropicalFishEntityModel<TropicalFishEntity>
TropicalFishColorFeatureRenderer.largeModel
private final SmallTropicalFishEntityModel<TropicalFishEntity>
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 TropicalFishEntityModifier and TypeFieldDescriptionstatic final EntityType<TropicalFishEntity>
EntityType.TROPICAL_FISH
-
Uses of TropicalFishEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type TropicalFishEntityModifier and TypeMethodDescriptionstatic boolean
TropicalFishEntity.canTropicalFishSpawn
(EntityType<TropicalFishEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) Constructors in net.minecraft.entity.passive with parameters of type TropicalFishEntityModifierConstructorDescription(package private)
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)