Class VindicatorEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
net.minecraft.client.render.entity.MobEntityRenderer<T,IllagerEntityModel<T>>
net.minecraft.client.render.entity.IllagerEntityRenderer<VindicatorEntity>
net.minecraft.client.render.entity.VindicatorEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<VindicatorEntity,IllagerEntityModel<VindicatorEntity>>
@Environment(CLIENT) public class VindicatorEntityRenderer extends IllagerEntityRenderer<VindicatorEntity>
- Mappings:
Namespace Name official eoz
intermediary net/minecraft/class_962
named net/minecraft/client/render/entity/VindicatorEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
TEXTURE
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius
-
Constructor Summary
Constructors Constructor Description VindicatorEntityRenderer(EntityRendererFactory.Context ctx)
-
Method Summary
Modifier and Type Method Description Identifier
getTexture(VindicatorEntity vindicatorEntity)
Methods inherited from class net.minecraft.client.render.entity.IllagerEntityRenderer
scale
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
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Leoz;a:Lwb;
intermediary field_4804
Lnet/minecraft/class_962;field_4804:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/render/entity/VindicatorEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
VindicatorEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lemi;<init>(Lemj$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<VindicatorEntity,IllagerEntityModel<VindicatorEntity>>
- Specified by:
getTexture
in classEntityRenderer<VindicatorEntity>
- Mappings:
Namespace Name Mixin selector official a
Leoz;a(Lbfu;)Lwb;
intermediary method_4147
Lnet/minecraft/class_962;method_4147(Lnet/minecraft/class_1632;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/VindicatorEntityRenderer;getTexture(Lnet/minecraft/entity/mob/VindicatorEntity;)Lnet/minecraft/util/Identifier;
-