Class GhastEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<GhastEntity>
net.minecraft.client.render.entity.LivingEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>>
 
net.minecraft.client.render.entity.MobEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>>
 
net.minecraft.client.render.entity.GhastEntityRenderer
- All Implemented Interfaces:
 FeatureRendererContext<GhastEntity,GhastEntityModel<GhastEntity>> 
@Environment(CLIENT)
public class GhastEntityRenderer
extends MobEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>> 
- Mappings:
 Namespace Name named net/minecraft/client/render/entity/GhastEntityRendererintermediary net/minecraft/class_905official gkt
- 
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, field_52257, shadowOpacity, shadowRadius - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetTexture(GhastEntity ghastEntity) protected voidscale(GhastEntity ghastEntity, MatrixStack matrixStack, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabelMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, render, setupTransforms, shouldFlipUpsideDownMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent, shouldRender 
- 
Field Details
- 
TEXTURE
- Mappings:
 Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/GhastEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4705Lnet/minecraft/class_905;field_4705:Lnet/minecraft/class_2960;official aLgkt;a:Lakr;
 - 
ANGRY_TEXTURE
- Mappings:
 Namespace Name Mixin selector named ANGRY_TEXTURELnet/minecraft/client/render/entity/GhastEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4706Lnet/minecraft/class_905;field_4706:Lnet/minecraft/class_2960;official iLgkt;i:Lakr;
 
 - 
 - 
Constructor Details
- 
GhastEntityRenderer
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vofficial <init>Lgki;<init>(Lgkj$a;)V
 
 - 
 - 
Method Details
- 
getTexture
- Specified by:
 getTexturein interfaceFeatureRendererContext<GhastEntity,GhastEntityModel<GhastEntity>> - Specified by:
 getTexturein classEntityRenderer<GhastEntity>- Mappings:
 Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/GhastEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GhastEntity;)Lnet/minecraft/util/Identifier;intermediary method_3972Lnet/minecraft/class_905;method_3972(Lnet/minecraft/class_1571;)Lnet/minecraft/class_2960;official aLgkt;a(Lcjx;)Lakr;
 - 
scale
- Overrides:
 scalein classLivingEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>> - Mappings:
 Namespace Name Mixin selector named scaleLnet/minecraft/client/render/entity/GhastEntityRenderer;scale(Lnet/minecraft/entity/mob/GhastEntity;Lnet/minecraft/client/util/math/MatrixStack;F)Vintermediary method_3973Lnet/minecraft/class_905;method_3973(Lnet/minecraft/class_1571;Lnet/minecraft/class_4587;F)Vofficial aLgkt;a(Lcjx;Lfbi;F)V
 
 -