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
  • Field Details

    • pos

      public final BlockPos pos
    • label

      public final String label
    • beeCount

      public final int beeCount
    • honeyLevel

      public final int honeyLevel
    • sedated

      public final boolean sedated
    • time

      public final long time
  • Constructor Details

    • Hive

      public Hive​(BlockPos pos, String label, int beeCount, int honeyLevel, boolean sedated, long time)