Class BeeDebugRenderer.Hive

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

public static class BeeDebugRenderer.Hive extends Object
  • Field Details

    • pos

      public final BlockPos pos
    • hiveType

      public final String hiveType
    • occupantCount

      public final int occupantCount
    • honeyLevel

      public final int honeyLevel
    • sedated

      public final boolean sedated
    • lastSeen

      public final long lastSeen
  • Constructor Details

    • Hive

      public Hive(BlockPos p_i226029_1_, String p_i226029_2_, int p_i226029_3_, int p_i226029_4_, boolean p_i226029_5_, long p_i226029_6_)