Class BeeDebugRenderer.HiveInfo

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

public static class BeeDebugRenderer.HiveInfo 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

    • HiveInfo

      public HiveInfo(BlockPos p_113187_, String p_113188_, int p_113189_, int p_113190_, boolean p_113191_, long p_113192_)