Class LlamaDecorFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
net.minecraft.client.render.entity.feature.LlamaDecorFeatureRenderer
@Environment(CLIENT) public class LlamaDecorFeatureRenderer extends FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
- Mappings:
Namespace Name official eqf
intermediary net/minecraft/class_988
named net/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier[]
LLAMA_DECOR
private LlamaEntityModel<LlamaEntity>
model
private static Identifier
TRADER_LLAMA_DECOR
-
Constructor Summary
Constructors Constructor Description LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> featureRendererContext, EntityModelLoader entityModelLoader)
-
Method Summary
Modifier and Type Method Description void
render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Methods inherited from class net.minecraft.client.render.entity.feature.FeatureRenderer
getContextModel, getTexture, render, renderModel
-
Field Details
-
LLAMA_DECOR
- Mappings:
Namespace Name Mixin selector official a
Leqf;a:[Lwb;
intermediary field_4880
Lnet/minecraft/class_988;field_4880:[Lnet/minecraft/class_2960;
named LLAMA_DECOR
Lnet/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer;LLAMA_DECOR:[Lnet/minecraft/util/Identifier;
-
TRADER_LLAMA_DECOR
- Mappings:
Namespace Name Mixin selector official b
Leqf;b:Lwb;
intermediary field_17740
Lnet/minecraft/class_988;field_17740:Lnet/minecraft/class_2960;
named TRADER_LLAMA_DECOR
Lnet/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer;TRADER_LLAMA_DECOR:Lnet/minecraft/util/Identifier;
-
model
- Mappings:
Namespace Name Mixin selector official c
Leqf;c:Lebh;
intermediary field_4881
Lnet/minecraft/class_988;field_4881:Lnet/minecraft/class_578;
named model
Lnet/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/LlamaEntityModel;
-
-
Constructor Details
-
LlamaDecorFeatureRenderer
public LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> featureRendererContext, EntityModelLoader entityModelLoader)
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)- Specified by:
render
in classFeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
- Mappings:
Namespace Name Mixin selector official a
Leqf;a(Ldlr;Lehq;ILbcu;FFFFFF)V
intermediary method_4191
Lnet/minecraft/class_988;method_4191(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1501;FFFFFF)V
named render
Lnet/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/entity/passive/LlamaEntity;FFFFFF)V
-