Uses of Class
net.minecraft.entity.passive.fish.TropicalFishEntity
Packages that use TropicalFishEntity
Package
Description
-
Uses of TropicalFishEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionprivate final TropicalFishAModel<TropicalFishEntity>TropicalFishRenderer.modelAprivate final TropicalFishBModel<TropicalFishEntity>TropicalFishRenderer.modelBMethods in net.minecraft.client.renderer.entity with parameters of type TropicalFishEntityModifier and TypeMethodDescriptionTropicalFishRenderer.getTextureLocation(TropicalFishEntity p_110775_1_) voidTropicalFishRenderer.render(TropicalFishEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) protected voidTropicalFishRenderer.setupRotations(TropicalFishEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_) -
Uses of TropicalFishEntity in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionprivate final TropicalFishAModel<TropicalFishEntity>TropicalFishPatternLayer.modelAprivate final TropicalFishBModel<TropicalFishEntity>TropicalFishPatternLayer.modelBMethods in net.minecraft.client.renderer.entity.layers with parameters of type TropicalFishEntityModifier and TypeMethodDescriptionvoidTropicalFishPatternLayer.render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, TropicalFishEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type TropicalFishEntityModifierConstructorDescriptionTropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity, EntityModel<TropicalFishEntity>> p_i50918_1_) TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity, EntityModel<TropicalFishEntity>> p_i50918_1_) -
Uses of TropicalFishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TropicalFishEntityModifier and TypeFieldDescriptionstatic final EntityType<TropicalFishEntity>EntityType.TROPICAL_FISH -
Uses of TropicalFishEntity in net.minecraft.entity.passive.fish
Constructors in net.minecraft.entity.passive.fish with parameters of type TropicalFishEntityModifierConstructorDescriptionprivateTropicalFishData(TropicalFishEntity p_i49859_1_, int p_i49859_2_, int p_i49859_3_, int p_i49859_4_, int p_i49859_5_) Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type TropicalFishEntityModifierConstructorDescriptionTropicalFishEntity(EntityType<? extends TropicalFishEntity> p_i50242_1_, World p_i50242_2_)