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 fnp
intermediary net/minecraft/class_908
named net/minecraft/client/render/entity/GiantEntityRenderer
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.MobEntityRenderer
LEASH_PIECE_COUNT
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTexture
(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, shouldFlipUpsideDown
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lfnp;a:Ladd;
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 i
Lfnp;i: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>
Lfnp;<init>(Lfne$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
Lfnp;a(Lbvv;Lehe;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
Lfnp;a(Lbvv;)Ladd;
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;
-