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
Breaking recompile intentionally since modelA/B incorrectly mapped.private final ColorableHierarchicalModel
<TropicalFish> TropicalFishRenderer.modelB
Breaking recompile intentionally since modelA/B incorrectly mapped.Methods in net.minecraft.client.renderer.entity with parameters of type TropicalFishModifier and TypeMethodDescriptionTropicalFishRenderer.getTextureLocation
(TropicalFish pEntity) Returns the location of an entity's texture.void
TropicalFishRenderer.render
(TropicalFish pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) protected void
TropicalFishRenderer.setupRotations
(TropicalFish pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) -
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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, TropicalFish pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFishPatternLayer
(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> pRenderer, EntityModelSet pModelSet) TropicalFishPatternLayer
(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> pRenderer, EntityModelSet pModelSet) -
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> pTropicalFish, LevelAccessor pLevel, MobSpawnType pSpawnType, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFishModifierConstructorDescription(package private)
TropicalFishGroupData
(TropicalFish pLeader, TropicalFish.Variant pVariant) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFish
(EntityType<? extends TropicalFish> pEntityType, Level pLevel)