Class GhastEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T>
net.minecraft.client.render.entity.MobEntityRenderer<GhastEntity>
net.minecraft.client.render.entity.GhastEntityRenderer
- Mappings:
Namespace Name official bjaintermediary net/minecraft/class_557named net/minecraft/client/render/entity/GhastEntityRenderer
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
buffer, features, field_11124, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowDarkness, shadowSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdentifiergetTexture(GhastEntity ghastEntity) protected voidscale(GhastEntity ghastEntity, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, method_10261, method_5792, render, shouldRenderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getModel, method_10208, method_10252, method_10253, method_10257, method_10258, method_10259, method_10260, method_5769, method_5771, method_5772, method_5776, method_5777, method_5783, method_5787, removeFeature, renderFeatures, renderModel, translateMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
bindTexture, bindTexture, getFontRenderer, getRenderManager, method_10209, method_1527, method_1534, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official aLbja;a:Ljy;intermediary field_6487Lnet/minecraft/class_557;field_6487:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/render/entity/GhastEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
ANGRY_TEXTURE
- Mappings:
Namespace Name Mixin selector official eLbja;e:Ljy;intermediary field_6488Lnet/minecraft/class_557;field_6488:Lnet/minecraft/class_1653;named ANGRY_TEXTURELnet/minecraft/client/render/entity/GhastEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
GhastEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lbiv;<init>(Lbiu;)Vintermediary <init>Lnet/minecraft/class_551;<init>(Lnet/minecraft/class_550;)Vnamed <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
-
-
Method Details
-
getTexture
- Specified by:
getTexturein classEntityRenderer<GhastEntity>- Mappings:
Namespace Name Mixin selector official aLbja;a(Lvr;)Ljy;intermediary method_5751Lnet/minecraft/class_557;method_5751(Lnet/minecraft/class_972;)Lnet/minecraft/class_1653;named getTextureLnet/minecraft/client/render/entity/GhastEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GhastEntity;)Lnet/minecraft/util/Identifier;
-
scale
- Overrides:
scalein classLivingEntityRenderer<GhastEntity>- Mappings:
Namespace Name Mixin selector official aLbja;a(Lvr;F)Vintermediary method_1540Lnet/minecraft/class_557;method_1540(Lnet/minecraft/class_972;F)Vnamed scaleLnet/minecraft/client/render/entity/GhastEntityRenderer;scale(Lnet/minecraft/entity/mob/GhastEntity;F)V
-