Class HoglinEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<HoglinEntity,class_10032>
- All Implemented Interfaces:
FeatureRendererContext<class_10032,HoglinEntityModel>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/HoglinEntityRendererintermediary net/minecraft/class_4798official gnh
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, field_53193, 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(class_10032 class_10032) protected booleanisShaking(class_10032 class_10032) Returns if this entity is shaking.voidmethod_62355(HoglinEntity hoglinEntity, class_10032 class_10032, float float2) Methods inherited from class net.minecraft.class_9988
method_55269Methods inherited from class net.minecraft.class_9990
renderMethods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabelMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getModel, getOverlay, getRenderLayer, isVisible, method_3919, method_62354, method_62358, method_62483, method_62484, scale, setupTransforms, shouldFlipUpsideDownMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, method_62406, method_62425, method_62426, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/HoglinEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_22244Lnet/minecraft/class_4798;field_22244:Lnet/minecraft/class_2960;official aLgnh;a:Lalb;
-
-
Constructor Details
-
HoglinEntityRenderer
-
-
Method Details
-
getTexture
- Specified by:
getTexturein interfaceFeatureRendererContext<class_10032,HoglinEntityModel> - Specified by:
getTexturein classEntityRenderer<HoglinEntity,class_10032> - Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/HoglinEntityRenderer;getTexture(Lnet/minecraft/class_10032;)Lnet/minecraft/util/Identifier;intermediary method_24472Lnet/minecraft/class_4798;method_24472(Lnet/minecraft/class_10032;)Lnet/minecraft/class_2960;official aLgnh;a(Lgti;)Lalb;
-
method_62355
- Overrides:
method_62355in classclass_9988<HoglinEntity>- Mappings:
Namespace Name Mixin selector named method_62355Lnet/minecraft/client/render/entity/HoglinEntityRenderer;method_62355(Lnet/minecraft/entity/mob/HoglinEntity;Lnet/minecraft/class_10032;F)Vintermediary method_62458Lnet/minecraft/class_4798;method_62458(Lnet/minecraft/class_4760;Lnet/minecraft/class_10032;F)Vofficial aLgnh;a(Lclz;Lgti;F)V
-
isShaking
Description copied from class:LivingEntityRendererReturns if this entity is shaking. Specifically, in the way a zombie villager, zombie, husk, or piglin undergoing conversion shakes.- Overrides:
isShakingin classLivingEntityRenderer<HoglinEntity,class_10032, HoglinEntityModel> - Returns:
- if this entity is shaking
- Mappings:
Namespace Name Mixin selector named isShakingLnet/minecraft/client/render/entity/HoglinEntityRenderer;isShaking(Lnet/minecraft/class_10032;)Zintermediary method_27038Lnet/minecraft/class_4798;method_27038(Lnet/minecraft/class_10032;)Zofficial bLgnh;b(Lgti;)Z
-