Class IllusionerEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<IllusionerEntity>
net.minecraft.client.render.entity.LivingEntityRenderer<IllusionerEntity,IllagerEntityModel<IllusionerEntity>>
net.minecraft.client.render.entity.MobEntityRenderer<IllusionerEntity,IllagerEntityModel<IllusionerEntity>>
net.minecraft.client.render.entity.IllagerEntityRenderer<IllusionerEntity>
net.minecraft.client.render.entity.IllusionerEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<IllusionerEntity,
IllagerEntityModel<IllusionerEntity>>
@Environment(CLIENT)
public class IllusionerEntityRenderer
extends IllagerEntityRenderer<IllusionerEntity>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/IllusionerEntityRenderer
intermediary net/minecraft/class_914
official gkx
-
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
(IllusionerEntity illusionerEntity) protected boolean
isVisible
(IllusionerEntity illusionerEntity) void
render
(IllusionerEntity illusionerEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.IllagerEntityRenderer
scale
Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabel, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, 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 named TEXTURE
Lnet/minecraft/client/render/entity/IllusionerEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4718
Lnet/minecraft/class_914;field_4718:Lnet/minecraft/class_2960;
official a
Lgkx;a:Lakq;
-
-
Constructor Details
-
IllusionerEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
official <init>
Lgkc;<init>(Lgkd$a;)V
-
-
Method Details
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<IllusionerEntity,
IllagerEntityModel<IllusionerEntity>> - Specified by:
getTexture
in classEntityRenderer<IllusionerEntity>
- Mappings:
Namespace Name Mixin selector named getTexture
Lnet/minecraft/client/render/entity/IllusionerEntityRenderer;getTexture(Lnet/minecraft/entity/mob/IllusionerEntity;)Lnet/minecraft/util/Identifier;
intermediary method_3990
Lnet/minecraft/class_914;method_3990(Lnet/minecraft/class_1581;)Lnet/minecraft/class_2960;
official a
Lgkx;a(Lcjz;)Lakq;
-
render
public void render(IllusionerEntity illusionerEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
render
in classMobEntityRenderer<IllusionerEntity,
IllagerEntityModel<IllusionerEntity>> - Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/entity/IllusionerEntityRenderer;render(Lnet/minecraft/entity/mob/IllusionerEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
intermediary method_3991
Lnet/minecraft/class_914;method_3991(Lnet/minecraft/class_1581;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
official a
Lgkx;a(Lcjz;FFLfbc;Lget;I)V
-
isVisible
- Overrides:
isVisible
in classLivingEntityRenderer<IllusionerEntity,
IllagerEntityModel<IllusionerEntity>> - Mappings:
Namespace Name Mixin selector named isVisible
Lnet/minecraft/client/render/entity/IllusionerEntityRenderer;isVisible(Lnet/minecraft/entity/mob/IllusionerEntity;)Z
intermediary method_3988
Lnet/minecraft/class_914;method_3988(Lnet/minecraft/class_1581;)Z
official b
Lgkx;b(Lcjz;)Z
-