Class IllusionerEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<IllusionerEntity,IllusionerEntityRenderState>
net.minecraft.client.render.entity.LivingEntityRenderer<IllusionerEntity,IllusionerEntityRenderState,IllagerEntityModel<IllusionerEntityRenderState>>
net.minecraft.client.render.entity.MobEntityRenderer<IllusionerEntity,IllusionerEntityRenderState,IllagerEntityModel<IllusionerEntityRenderState>>
net.minecraft.client.render.entity.IllagerEntityRenderer<IllusionerEntity,IllusionerEntityRenderState>
net.minecraft.client.render.entity.IllusionerEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<IllusionerEntityRenderState,IllagerEntityModel<IllusionerEntityRenderState>>
@Environment(CLIENT)
public class IllusionerEntityRenderer
extends IllagerEntityRenderer<IllusionerEntity,IllusionerEntityRenderState>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/IllusionerEntityRendererintermediary net/minecraft/class_914official hls
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, itemModelResolver, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BoxgetBoundingBox(IllusionerEntity illusionerEntity) getTexture(IllusionerEntityRenderState illusionerEntityRenderState) protected booleanisVisible(IllusionerEntityRenderState illusionerEntityRenderState) voidrender(IllusionerEntityRenderState illusionerEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue) voidupdateRenderState(IllusionerEntity illusionerEntity, IllusionerEntityRenderState illusionerEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabelMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, appendHitboxes, getAnimationCounter, getLyingPositionRotationDegrees, getMixColor, getModel, getOverlay, getRenderLayer, isShaking, scale, setupTransforms, shouldFlipUpsideDown, shouldRenderFeaturesMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
canBeCulled, getAndUpdateRenderState, getBlockLight, getDisplayName, getLight, getPositionOffset, getShadowOpacity, getSkyLight, getTextRenderer, method_73154, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/IllusionerEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4718Lnet/minecraft/class_914;field_4718:Lnet/minecraft/class_2960;official aLhls;a:Lamw;
-
-
Constructor Details
-
IllusionerEntityRenderer
- 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>Lhkw;<init>(Lhkx$a;)V
-
-
Method Details
-
getTexture
- Specified by:
getTexturein classLivingEntityRenderer<IllusionerEntity,IllusionerEntityRenderState, IllagerEntityModel<IllusionerEntityRenderState>> - Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/IllusionerEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/IllusionerEntityRenderState;)Lnet/minecraft/util/Identifier;intermediary method_3990Lnet/minecraft/class_914;method_3990(Lnet/minecraft/class_10036;)Lnet/minecraft/class_2960;official aLhls;a(Lhse;)Lamw;
-
createRenderState
- Specified by:
createRenderStatein classEntityRenderer<IllusionerEntity,IllusionerEntityRenderState> - Mappings:
Namespace Name Mixin selector named createRenderStateLnet/minecraft/client/render/entity/IllusionerEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/IllusionerEntityRenderState;intermediary method_62466Lnet/minecraft/class_914;method_62466()Lnet/minecraft/class_10036;official bLhls;b()Lhse;
-
updateRenderState
public void updateRenderState(IllusionerEntity illusionerEntity, IllusionerEntityRenderState illusionerEntityRenderState, float float2) - Overrides:
updateRenderStatein classIllagerEntityRenderer<IllusionerEntity,IllusionerEntityRenderState> - Mappings:
Namespace Name Mixin selector named updateRenderStateLnet/minecraft/client/render/entity/IllusionerEntityRenderer;updateRenderState(Lnet/minecraft/entity/mob/IllusionerEntity;Lnet/minecraft/client/render/entity/state/IllusionerEntityRenderState;F)Vintermediary method_62465Lnet/minecraft/class_914;method_62465(Lnet/minecraft/class_1581;Lnet/minecraft/class_10036;F)Vofficial aLhls;a(Lcvh;Lhse;F)V
-
render
public void render(IllusionerEntityRenderState illusionerEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue) - Overrides:
renderin classLivingEntityRenderer<IllusionerEntity,IllusionerEntityRenderState, IllagerEntityModel<IllusionerEntityRenderState>> - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/entity/IllusionerEntityRenderer;render(Lnet/minecraft/client/render/entity/state/IllusionerEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;)Vintermediary method_3991Lnet/minecraft/class_914;method_3991(Lnet/minecraft/class_10036;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;)Vofficial aLhls;a(Lhse;Lfsq;Lhey;)V
-
isVisible
- Overrides:
isVisiblein classLivingEntityRenderer<IllusionerEntity,IllusionerEntityRenderState, IllagerEntityModel<IllusionerEntityRenderState>> - Mappings:
Namespace Name Mixin selector named isVisibleLnet/minecraft/client/render/entity/IllusionerEntityRenderer;isVisible(Lnet/minecraft/client/render/entity/state/IllusionerEntityRenderState;)Zintermediary method_3988Lnet/minecraft/class_914;method_3988(Lnet/minecraft/class_10036;)Zofficial bLhls;b(Lhse;)Z
-
getBoundingBox
- Overrides:
getBoundingBoxin classLivingEntityRenderer<IllusionerEntity,IllusionerEntityRenderState, IllagerEntityModel<IllusionerEntityRenderState>> - Mappings:
Namespace Name Mixin selector named getBoundingBoxLnet/minecraft/client/render/entity/IllusionerEntityRenderer;getBoundingBox(Lnet/minecraft/entity/mob/IllusionerEntity;)Lnet/minecraft/util/math/Box;intermediary method_62464Lnet/minecraft/class_914;method_62464(Lnet/minecraft/class_1581;)Lnet/minecraft/class_238;official aLhls;a(Lcvh;)Lfmt;
-