Uses of Class
net.minecraft.world.entity.animal.TropicalFish
Packages that use TropicalFish
Package
Description
-
Uses of TropicalFish in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type TropicalFishModifier and TypeFieldDescriptionprivate final ColorableHierarchicalModel<TropicalFish>
TropicalFishRenderer.modelA
private final ColorableHierarchicalModel<TropicalFish>
TropicalFishRenderer.modelB
Methods in net.minecraft.client.renderer.entity with parameters of type TropicalFishModifier and TypeMethodDescriptionTropicalFishRenderer.getTextureLocation
(TropicalFish p_116217_) void
TropicalFishRenderer.render
(TropicalFish p_116219_, float p_116220_, float p_116221_, PoseStack p_116222_, MultiBufferSource p_116223_, int p_116224_) protected void
TropicalFishRenderer.setupRotations
(TropicalFish p_116226_, PoseStack p_116227_, float p_116228_, float p_116229_, float p_116230_) -
Uses of TropicalFish in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type TropicalFishModifier and TypeFieldDescriptionprivate final TropicalFishModelA<TropicalFish>
TropicalFishPatternLayer.modelA
private final TropicalFishModelB<TropicalFish>
TropicalFishPatternLayer.modelB
Methods in net.minecraft.client.renderer.entity.layers with parameters of type TropicalFishModifier and TypeMethodDescriptionvoid
TropicalFishPatternLayer.render
(PoseStack p_117612_, MultiBufferSource p_117613_, int p_117614_, TropicalFish p_117615_, float p_117616_, float p_117617_, float p_117618_, float p_117619_, float p_117620_, float p_117621_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFishPatternLayer
(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> p_174547_, EntityModelSet p_174548_) TropicalFishPatternLayer
(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> p_174547_, EntityModelSet p_174548_) -
Uses of TropicalFish in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type TropicalFish -
Uses of TropicalFish in net.minecraft.world.entity.animal
Method parameters in net.minecraft.world.entity.animal with type arguments of type TropicalFishModifier and TypeMethodDescriptionstatic boolean
TropicalFish.checkTropicalFishSpawnRules
(EntityType<TropicalFish> p_218267_, LevelAccessor p_218268_, MobSpawnType p_218269_, BlockPos p_218270_, RandomSource p_218271_) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFishModifierConstructorDescription(package private)
TropicalFishGroupData
(TropicalFish p_262626_, TropicalFish.Variant p_262579_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFish
(EntityType<? extends TropicalFish> p_30015_, Level p_30016_)