Class MapDataMessage.Section

java.lang.Object
net.glowstone.net.message.play.game.MapDataMessage.Section
Enclosing class:
MapDataMessage

public static class MapDataMessage.Section extends Object
  • Field Details

    • width

      public final int width
    • height

      public final int height
    • x

      public final int x
    • z

      public final int z
    • data

      public final byte[] data
  • Constructor Details

    • Section

      public Section(int width, int height, int x, int z, byte... data)
      Creates an instance.
      Parameters:
      width - the section width
      height - the section height
      x - the x offset
      z - the z offset
      data - the data
  • Method Details