java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.level.map.MapData

public class MapData extends Object
  • Constructor Details

    • MapData

      public MapData(int columns, int rows, int x, int y, byte @NonNull [] data)
  • Method Details

    • getColumns

      public int getColumns()
    • getRows

      public int getRows()
    • getX

      public int getX()
    • getY

      public int getY()
    • getData

      public byte @NonNull [] getData()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object