Class CreeperLightningFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.CreeperLightningFeatureRenderer
- All Implemented Interfaces:
FeatureRenderer<CreeperEntity>
@Environment(CLIENT) public class CreeperLightningFeatureRenderer extends Object implements FeatureRenderer<CreeperEntity>
- Mappings:
Namespace Name official bkrintermediary net/minecraft/class_1187named net/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer
-
Field Summary
Fields Modifier and Type Field Description private static IdentifierlightningArmourprivate CreeperEntityModelmodelprivate CreeperEntityRendererrenderer -
Constructor Summary
Constructors Constructor Description CreeperLightningFeatureRenderer(CreeperEntityRenderer creeperRenderer) -
Method Summary
Modifier and Type Method Description booleancombineTextures()voidrender(CreeperEntity creeperEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
-
Field Details
-
lightningArmour
- Mappings:
Namespace Name Mixin selector official aLbkr;a:Ljy;intermediary field_4968Lnet/minecraft/class_1187;field_4968:Lnet/minecraft/class_1605;named lightningArmourLnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;lightningArmour:Lnet/minecraft/util/Identifier;
-
renderer
- Mappings:
Namespace Name Mixin selector official bLbkr;b:Lbio;intermediary field_4969Lnet/minecraft/class_1187;field_4969:Lnet/minecraft/class_1129;named rendererLnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;renderer:Lnet/minecraft/client/render/entity/CreeperEntityRenderer;
-
model
- Mappings:
Namespace Name Mixin selector official cLbkr;c:Lbbc;intermediary field_4970Lnet/minecraft/class_1187;field_4970:Lnet/minecraft/class_859;named modelLnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/CreeperEntityModel;
-
-
Constructor Details
-
CreeperLightningFeatureRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lbkr;<init>(Lbio;)Vintermediary <init>Lnet/minecraft/class_1187;<init>(Lnet/minecraft/class_1129;)Vnamed <init>Lnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;<init>(Lnet/minecraft/client/render/entity/CreeperEntityRenderer;)V
-
-
Method Details
-
render
public void render(CreeperEntity creeperEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)- Specified by:
renderin interfaceFeatureRenderer<CreeperEntity>- Mappings:
Namespace Name Mixin selector official aLbkr;a(Lvn;FFFFFFF)Vintermediary method_4096Lnet/minecraft/class_1187;method_4096(Lnet/minecraft/class_1909;FFFFFFF)Vnamed renderLnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;render(Lnet/minecraft/entity/mob/CreeperEntity;FFFFFFF)V
-
combineTextures
public boolean combineTextures()- Specified by:
combineTexturesin interfaceFeatureRenderer<CreeperEntity>- 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
-