Class BeeDebugRenderer.Hive

java.lang.Object
net.minecraft.client.render.debug.BeeDebugRenderer.Hive
Enclosing class:
BeeDebugRenderer

@Environment(CLIENT) public static class BeeDebugRenderer.Hive extends Object
Mappings:
Namespace Name
official fgu$b
intermediary net/minecraft/class_4703$class_4705
named net/minecraft/client/render/debug/BeeDebugRenderer$Hive
  • Field Details

    • pos

      public final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official a Lfgu$b;a:Lgp;
      intermediary field_21543 Lnet/minecraft/class_4703$class_4705;field_21543:Lnet/minecraft/class_2338;
      named pos Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;pos:Lnet/minecraft/util/math/BlockPos;
    • label

      public final String label
      Mappings:
      Namespace Name Mixin selector
      official b Lfgu$b;b:Ljava/lang/String;
      intermediary field_21544 Lnet/minecraft/class_4703$class_4705;field_21544:Ljava/lang/String;
      named label Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;label:Ljava/lang/String;
    • beeCount

      public final int beeCount
      Mappings:
      Namespace Name Mixin selector
      official c Lfgu$b;c:I
      intermediary field_21545 Lnet/minecraft/class_4703$class_4705;field_21545:I
      named beeCount Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;beeCount:I
    • honeyLevel

      public final int honeyLevel
      Mappings:
      Namespace Name Mixin selector
      official d Lfgu$b;d:I
      intermediary field_21625 Lnet/minecraft/class_4703$class_4705;field_21625:I
      named honeyLevel Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;honeyLevel:I
    • sedated

      public final boolean sedated
      Mappings:
      Namespace Name Mixin selector
      official e Lfgu$b;e:Z
      intermediary field_21626 Lnet/minecraft/class_4703$class_4705;field_21626:Z
      named sedated Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;sedated:Z
    • time

      public final long time
      Mappings:
      Namespace Name Mixin selector
      official f Lfgu$b;f:J
      intermediary field_21546 Lnet/minecraft/class_4703$class_4705;field_21546:J
      named time Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;time:J
  • Constructor Details

    • Hive

      public Hive(BlockPos pos, String label, int beeCount, int honeyLevel, boolean sedated, long time)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfgu$b;<init>(Lgp;Ljava/lang/String;IIZJ)V
      intermediary <init> Lnet/minecraft/class_4703$class_4705;<init>(Lnet/minecraft/class_2338;Ljava/lang/String;IIZJ)V
      named <init> Lnet/minecraft/client/render/debug/BeeDebugRenderer$Hive;<init>(Lnet/minecraft/util/math/BlockPos;Ljava/lang/String;IIZJ)V