Uses of Class
net.minecraft.entity.passive.fish.TropicalFishEntity
Package
Description
-
Uses of TropicalFishEntity in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate final TropicalFishAModel<TropicalFishEntity>
TropicalFishRenderer.modelA
private final TropicalFishBModel<TropicalFishEntity>
TropicalFishRenderer.modelB
Modifier and TypeMethodDescriptionTropicalFishRenderer.getTextureLocation
(TropicalFishEntity p_110775_1_) void
TropicalFishRenderer.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 void
TropicalFishRenderer.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
Modifier and TypeFieldDescriptionprivate final TropicalFishAModel<TropicalFishEntity>
TropicalFishPatternLayer.modelA
private final TropicalFishBModel<TropicalFishEntity>
TropicalFishPatternLayer.modelB
Modifier and TypeMethodDescriptionvoid
TropicalFishPatternLayer.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_) ModifierConstructorDescriptionTropicalFishPatternLayer
(IEntityRenderer<TropicalFishEntity, EntityModel<TropicalFishEntity>> p_i50918_1_) TropicalFishPatternLayer
(IEntityRenderer<TropicalFishEntity, EntityModel<TropicalFishEntity>> p_i50918_1_) -
Uses of TropicalFishEntity in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityType<TropicalFishEntity>
EntityType.TROPICAL_FISH
-
Uses of TropicalFishEntity in net.minecraft.entity.passive.fish
ModifierConstructorDescriptionprivate
TropicalFishData
(TropicalFishEntity p_i49859_1_, int p_i49859_2_, int p_i49859_3_, int p_i49859_4_, int p_i49859_5_) ModifierConstructorDescriptionTropicalFishEntity
(EntityType<? extends TropicalFishEntity> p_i50242_1_, World p_i50242_2_)