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.modelABreaking recompile intentionally since modelA/B incorrectly mapped.private final ColorableHierarchicalModel<TropicalFish> TropicalFishRenderer.modelBBreaking 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.voidTropicalFishRenderer.render(TropicalFish pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) protected voidTropicalFishRenderer.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.modelAprivate final TropicalFishModelB<TropicalFish> TropicalFishPatternLayer.modelBMethods in net.minecraft.client.renderer.entity.layers with parameters of type TropicalFishModifier and TypeMethodDescriptionvoidTropicalFishPatternLayer.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 booleanTropicalFish.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)