Class GiantEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
net.minecraft.client.render.entity.MobEntityRenderer<GiantEntity,BipedEntityModel<GiantEntity>>
net.minecraft.client.render.entity.GiantEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<GiantEntity,BipedEntityModel<GiantEntity>>
@Environment(CLIENT) public class GiantEntityRenderer extends MobEntityRenderer<GiantEntity,BipedEntityModel<GiantEntity>>
- Mappings:
Namespace Name official emt
intermediary net/minecraft/class_908
named net/minecraft/client/render/entity/GiantEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private float
scale
private static Identifier
TEXTURE
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius
-
Constructor Summary
Constructors Constructor Description GiantEntityRenderer(EntityRendererFactory.Context ctx, float scale)
-
Method Summary
Modifier and Type Method Description Identifier
getTexture(GiantEntity giantEntity)
protected void
scale(GiantEntity giantEntity, MatrixStack matrixStack, float float2)
Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, render, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, setupTransforms
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lemt;a:Lwb;
intermediary field_4710
Lnet/minecraft/class_908;field_4710:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/render/entity/GiantEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
scale
private final float scale- Mappings:
Namespace Name Mixin selector official g
Lemt;g:F
intermediary field_4711
Lnet/minecraft/class_908;field_4711:F
named scale
Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale:F
-
-
Constructor Details
-
GiantEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lemt;<init>(Lemj$a;F)V
intermediary <init>
Lnet/minecraft/class_908;<init>(Lnet/minecraft/class_5617$class_5618;F)V
named <init>
Lnet/minecraft/client/render/entity/GiantEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;F)V
-
-
Method Details
-
scale
- Overrides:
scale
in classLivingEntityRenderer<GiantEntity,BipedEntityModel<GiantEntity>>
- Mappings:
Namespace Name Mixin selector official a
Lemt;a(Lbfa;Ldlr;F)V
intermediary method_3980
Lnet/minecraft/class_908;method_3980(Lnet/minecraft/class_1570;Lnet/minecraft/class_4587;F)V
named scale
Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale(Lnet/minecraft/entity/mob/GiantEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<GiantEntity,BipedEntityModel<GiantEntity>>
- Specified by:
getTexture
in classEntityRenderer<GiantEntity>
- Mappings:
Namespace Name Mixin selector official a
Lemt;a(Lbfa;)Lwb;
intermediary method_3981
Lnet/minecraft/class_908;method_3981(Lnet/minecraft/class_1570;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/GiantEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GiantEntity;)Lnet/minecraft/util/Identifier;
-