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.modelAprivate final ColorableHierarchicalModel<TropicalFish>TropicalFishRenderer.modelBMethods in net.minecraft.client.renderer.entity with parameters of type TropicalFishModifier and TypeMethodDescriptionTropicalFishRenderer.getTextureLocation(TropicalFish p_116217_) voidTropicalFishRenderer.render(TropicalFish p_116219_, float p_116220_, float p_116221_, PoseStack p_116222_, MultiBufferSource p_116223_, int p_116224_) protected voidTropicalFishRenderer.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.modelAprivate final TropicalFishModelB<TropicalFish>TropicalFishPatternLayer.modelBMethods in net.minecraft.client.renderer.entity.layers with parameters of type TropicalFishModifier and TypeMethodDescriptionvoidTropicalFishPatternLayer.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 booleanTropicalFish.checkTropicalFishSpawnRules(EntityType<TropicalFish> p_186232_, LevelAccessor p_186233_, MobSpawnType p_186234_, BlockPos p_186235_, Random p_186236_) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFishModifierConstructorDescription(package private)TropicalFishGroupData(TropicalFish p_30102_, int p_30103_, int p_30104_, int p_30105_, int p_30106_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFish(EntityType<? extends TropicalFish> p_30015_, Level p_30016_)