Class SpiderEyesFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.SpiderEyesFeatureRenderer
- All Implemented Interfaces:
FeatureRenderer<SpiderEntity>
@Environment(CLIENT) public class SpiderEyesFeatureRenderer extends Object implements FeatureRenderer<SpiderEntity>
- Mappings:
Namespace Name official blfintermediary net/minecraft/class_1202named net/minecraft/client/render/entity/feature/SpiderEyesFeatureRenderer
-
Field Summary
Fields Modifier and Type Field Description private SpiderEntityRendererfield_4989private static IdentifierTEXTURE -
Constructor Summary
Constructors Constructor Description SpiderEyesFeatureRenderer(SpiderEntityRenderer spiderEntityRenderer) -
Method Summary
Modifier and Type Method Description booleancombineTextures()voidrender(SpiderEntity spiderEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official aLblf;a:Ljy;intermediary field_4988Lnet/minecraft/class_1202;field_4988:Lnet/minecraft/class_1605;named TEXTURELnet/minecraft/client/render/entity/feature/SpiderEyesFeatureRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
field_4989
- Mappings:
Namespace Name Mixin selector official bLblf;b:Lbka;intermediary field_4989Lnet/minecraft/class_1202;field_4989:Lnet/minecraft/class_1170;named field_4989Lnet/minecraft/client/render/entity/feature/SpiderEyesFeatureRenderer;field_4989:Lnet/minecraft/client/render/entity/SpiderEntityRenderer;
-
-
Constructor Details
-
SpiderEyesFeatureRenderer
-
-
Method Details
-
render
public void render(SpiderEntity spiderEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)- Specified by:
renderin interfaceFeatureRenderer<SpiderEntity>- Mappings:
Namespace Name Mixin selector official aLblf;a(Lwc;FFFFFFF)Vintermediary method_4110Lnet/minecraft/class_1202;method_4110(Lnet/minecraft/class_1944;FFFFFFF)Vnamed renderLnet/minecraft/client/render/entity/feature/SpiderEyesFeatureRenderer;render(Lnet/minecraft/entity/mob/SpiderEntity;FFFFFFF)V
-
combineTextures
public boolean combineTextures()- Specified by:
combineTexturesin interfaceFeatureRenderer<SpiderEntity>- 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
-