Class WitherArmorFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.WitherArmorFeatureRenderer
- All Implemented Interfaces:
FeatureRenderer<WitherEntity>
@Environment(CLIENT) public class WitherArmorFeatureRenderer extends Object implements FeatureRenderer<WitherEntity>
- Mappings:
Namespace Name official bljintermediary net/minecraft/class_1206named net/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer
-
Field Summary
Fields Modifier and Type Field Description private WitherEntityRendererfield_4994private static IdentifierWITHER_REGEN_TEXTUREprivate WitherEntityRendererwitherEntityRenderer -
Constructor Summary
Constructors Constructor Description WitherArmorFeatureRenderer(WitherEntityRenderer witherEntityRenderer) -
Method Summary
Modifier and Type Method Description booleancombineTextures()voidrender(WitherEntity witherEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
-
Field Details
-
WITHER_REGEN_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLblj;a:Ljy;intermediary field_4992Lnet/minecraft/class_1206;field_4992:Lnet/minecraft/class_1605;named WITHER_REGEN_TEXTURELnet/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer;WITHER_REGEN_TEXTURE:Lnet/minecraft/util/Identifier;
-
witherEntityRenderer
- Mappings:
Namespace Name Mixin selector official bLblj;b:Lbkj;intermediary field_4993Lnet/minecraft/class_1206;field_4993:Lnet/minecraft/class_1179;named witherEntityRendererLnet/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer;witherEntityRenderer:Lnet/minecraft/client/render/entity/WitherEntityRenderer;
-
field_4994
- Mappings:
Namespace Name Mixin selector official cLblj;c:Lbcl;intermediary field_4994Lnet/minecraft/class_1206;field_4994:Lnet/minecraft/class_894;named field_4994Lnet/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer;field_4994:Lnet/minecraft/client/render/entity/model/WitherEntityRenderer;
-
-
Constructor Details
-
WitherArmorFeatureRenderer
-
-
Method Details
-
render
public void render(WitherEntity witherEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)- Specified by:
renderin interfaceFeatureRenderer<WitherEntity>- Mappings:
Namespace Name Mixin selector official aLblj;a(Luk;FFFFFFF)Vintermediary method_4113Lnet/minecraft/class_1206;method_4113(Lnet/minecraft/class_1880;FFFFFFF)Vnamed renderLnet/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer;render(Lnet/minecraft/entity/boss/WitherEntity;FFFFFFF)V
-
combineTextures
public boolean combineTextures()- Specified by:
combineTexturesin interfaceFeatureRenderer<WitherEntity>- Mappings:
Namespace Name Mixin selector official bLblb;b()Zintermediary method_4106Lnet/minecraft/class_1198;method_4106()Znamed combineTexturesLnet/minecraft/client/render/entity/feature/FeatureRenderer;combineTextures()Z
-