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 bkr
intermediary net/minecraft/class_1187
named net/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer
  • Field Details

    • lightningArmour

      private static final Identifier lightningArmour
      Mappings:
      Namespace Name Mixin selector
      official a Lbkr;a:Ljy;
      intermediary field_4968 Lnet/minecraft/class_1187;field_4968:Lnet/minecraft/class_1605;
      named lightningArmour Lnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;lightningArmour:Lnet/minecraft/util/Identifier;
    • renderer

      private final CreeperEntityRenderer renderer
      Mappings:
      Namespace Name Mixin selector
      official b Lbkr;b:Lbio;
      intermediary field_4969 Lnet/minecraft/class_1187;field_4969:Lnet/minecraft/class_1129;
      named renderer Lnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;renderer:Lnet/minecraft/client/render/entity/CreeperEntityRenderer;
    • model

      private final CreeperEntityModel model
      Mappings:
      Namespace Name Mixin selector
      official c Lbkr;c:Lbbc;
      intermediary field_4970 Lnet/minecraft/class_1187;field_4970:Lnet/minecraft/class_859;
      named model Lnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/CreeperEntityModel;
  • Constructor Details

    • CreeperLightningFeatureRenderer

      public CreeperLightningFeatureRenderer​(CreeperEntityRenderer creeperRenderer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkr;<init>(Lbio;)V
      intermediary <init> Lnet/minecraft/class_1187;<init>(Lnet/minecraft/class_1129;)V
      named <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:
      render in interface FeatureRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbkr;a(Lvn;FFFFFFF)V
      intermediary method_4096 Lnet/minecraft/class_1187;method_4096(Lnet/minecraft/class_1909;FFFFFFF)V
      named render Lnet/minecraft/client/render/entity/feature/CreeperLightningFeatureRenderer;render(Lnet/minecraft/entity/mob/CreeperEntity;FFFFFFF)V
    • combineTextures

      public boolean combineTextures()
      Specified by:
      combineTextures in interface FeatureRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Lblb;b()Z
      intermediary method_4106 Lnet/minecraft/class_1198;method_4106()Z
      named combineTextures Lnet/minecraft/client/render/entity/feature/FeatureRenderer;combineTextures()Z