Class GhastEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
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 official fev
intermediary net/minecraft/class_905
named net/minecraft/client/render/entity/GhastEntityRenderer
-
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
(GhastEntity ghastEntity) protected void
scale
(GhastEntity ghastEntity, 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
Lfev;a:Labb;
intermediary field_4705
Lnet/minecraft/class_905;field_4705:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/render/entity/GhastEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
ANGRY_TEXTURE
- Mappings:
Namespace Name Mixin selector official i
Lfev;i:Labb;
intermediary field_4706
Lnet/minecraft/class_905;field_4706:Lnet/minecraft/class_2960;
named ANGRY_TEXTURE
Lnet/minecraft/client/render/entity/GhastEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
GhastEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfek;<init>(Lfel$a;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
-
-
Method Details
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<GhastEntity,
GhastEntityModel<GhastEntity>> - Specified by:
getTexture
in classEntityRenderer<GhastEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfev;a(Lbrk;)Labb;
intermediary method_3972
Lnet/minecraft/class_905;method_3972(Lnet/minecraft/class_1571;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/GhastEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GhastEntity;)Lnet/minecraft/util/Identifier;
-
scale
- Overrides:
scale
in classLivingEntityRenderer<GhastEntity,
GhastEntityModel<GhastEntity>> - Mappings:
Namespace Name Mixin selector official a
Lfev;a(Lbrk;Leaq;F)V
intermediary method_3973
Lnet/minecraft/class_905;method_3973(Lnet/minecraft/class_1571;Lnet/minecraft/class_4587;F)V
named scale
Lnet/minecraft/client/render/entity/GhastEntityRenderer;scale(Lnet/minecraft/entity/mob/GhastEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V
-