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
@Environment(CLIENT) public class GhastEntityRenderer extends MobEntityRenderer<GhastEntity>
- Mappings:
Namespace Name official bjaintermediary net/minecraft/class_1143named net/minecraft/client/render/entity/GhastEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static IdentifierGHAST_SHOOTINGprivate static IdentifierGHAST_TEXFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
buffer, features, field_4899, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowDarkness, shadowSize -
Constructor Summary
Constructors Constructor Description GhastEntityRenderer(EntityRenderDispatcher dispatcher) -
Method Summary
Modifier and Type Method Description protected IdentifiergetTexture(GhastEntity ghastEntity)protected voidscale(GhastEntity ghastEntity, float float2)Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, method_3912, method_4028, method_4031, renderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getModel, method_3908, method_4000, method_4003, method_4006, method_4007, method_4008, method_4010, method_4011, method_4014, method_4016, method_4017, method_4018, method_4019, method_4020, method_4021, removeFeature, renderFeatures, translateMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getFontRenderer, getRenderManager, method_3905, method_3906, method_3911, method_3913, method_3915, method_3917
-
Field Details
-
GHAST_TEX
- Mappings:
Namespace Name Mixin selector official aLbja;a:Ljy;intermediary field_4848Lnet/minecraft/class_1143;field_4848:Lnet/minecraft/class_1605;named GHAST_TEXLnet/minecraft/client/render/entity/GhastEntityRenderer;GHAST_TEX:Lnet/minecraft/util/Identifier;
-
GHAST_SHOOTING
- Mappings:
Namespace Name Mixin selector official eLbja;e:Ljy;intermediary field_4849Lnet/minecraft/class_1143;field_4849:Lnet/minecraft/class_1605;named GHAST_SHOOTINGLnet/minecraft/client/render/entity/GhastEntityRenderer;GHAST_SHOOTING:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
GhastEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lbiv;<init>(Lbiu;)Vintermediary <init>Lnet/minecraft/class_1136;<init>(Lnet/minecraft/class_1135;)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_3941Lnet/minecraft/class_1143;method_3941(Lnet/minecraft/class_1916;)Lnet/minecraft/class_1605;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_3942Lnet/minecraft/class_1143;method_3942(Lnet/minecraft/class_1916;F)Vnamed scaleLnet/minecraft/client/render/entity/GhastEntityRenderer;scale(Lnet/minecraft/entity/mob/GhastEntity;F)V
-