Class MooshroomMushroomFeatureRenderer<T extends MooshroomEntity>
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<T,CowEntityModel<T>>
net.minecraft.client.render.entity.feature.MooshroomMushroomFeatureRenderer<T>
@Environment(CLIENT)
public class MooshroomMushroomFeatureRenderer<T extends MooshroomEntity>
extends FeatureRenderer<T,CowEntityModel<T>>
- Mappings:
Namespace Name official ftb
intermediary net/minecraft/class_991
named net/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMooshroomMushroomFeatureRenderer
(FeatureRendererContext<T, CowEntityModel<T>> context, BlockRenderManager blockRenderManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, T t, float float2, float float3, float float4, float float5, float float6, float float7) private void
renderMushroom
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, boolean renderAsModel, BlockState mushroomState, int overlay, BakedModel mushroomModel) Methods inherited from class net.minecraft.client.render.entity.feature.FeatureRenderer
getContextModel, getTexture, render, renderModel
-
Field Details
-
blockRenderManager
- Mappings:
Namespace Name Mixin selector official a
Lftb;a:Lfko;
intermediary field_38902
Lnet/minecraft/class_991;field_38902:Lnet/minecraft/class_776;
named blockRenderManager
Lnet/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer;blockRenderManager:Lnet/minecraft/client/render/block/BlockRenderManager;
-
-
Constructor Details
-
MooshroomMushroomFeatureRenderer
public MooshroomMushroomFeatureRenderer(FeatureRendererContext<T, CowEntityModel<T>> context, BlockRenderManager blockRenderManager) - Mappings:
Namespace Name Mixin selector official <init>
Lftb;<init>(Lfqt;Lfko;)V
intermediary <init>
Lnet/minecraft/class_991;<init>(Lnet/minecraft/class_3883;Lnet/minecraft/class_776;)V
named <init>
Lnet/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer;<init>(Lnet/minecraft/client/render/entity/feature/FeatureRendererContext;Lnet/minecraft/client/render/block/BlockRenderManager;)V
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, T t, float float2, float float3, float float4, float float5, float float6, float float7) - Specified by:
render
in classFeatureRenderer<T extends MooshroomEntity,
CowEntityModel<T extends MooshroomEntity>> - Mappings:
Namespace Name Mixin selector official a
Lftb;a(Leij;Lfjx;ILbry;FFFFFF)V
intermediary method_4195
Lnet/minecraft/class_991;method_4195(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1438;FFFFFF)V
named render
Lnet/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/entity/passive/MooshroomEntity;FFFFFF)V
-
renderMushroom
private void renderMushroom(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, boolean renderAsModel, BlockState mushroomState, int overlay, BakedModel mushroomModel) - Mappings:
Namespace Name Mixin selector official a
Lftb;a(Leij;Lfjx;IZLdcb;ILfwr;)V
intermediary method_37314
Lnet/minecraft/class_991;method_37314(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IZLnet/minecraft/class_2680;ILnet/minecraft/class_1087;)V
named renderMushroom
Lnet/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer;renderMushroom(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IZLnet/minecraft/block/BlockState;ILnet/minecraft/client/render/model/BakedModel;)V
-