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 entity) Returns the location of an entity's texture.voidTropicalFishRenderer.render(TropicalFish entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) protected voidTropicalFishRenderer.setupRotations(TropicalFish entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
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 poseStack, MultiBufferSource buffer, int packedLight, TropicalFish livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFishPatternLayer(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> renderer, EntityModelSet modelSet) TropicalFishPatternLayer(RenderLayerParent<TropicalFish, ColorableHierarchicalModel<TropicalFish>> renderer, EntityModelSet modelSet) -
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> tropicalFish, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type TropicalFishModifierConstructorDescription(package private)TropicalFishGroupData(TropicalFish leader, TropicalFish.Variant variant) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type TropicalFishModifierConstructorDescriptionTropicalFish(EntityType<? extends TropicalFish> entityType, Level level)