类 MapItemSavedData.MapPatch

java.lang.Object
net.minecraft.world.level.saveddata.maps.MapItemSavedData.MapPatch
封闭类:
MapItemSavedData

public static class MapItemSavedData.MapPatch extends Object
  • 字段详细资料

    • startX

      public final int startX
    • startY

      public final int startY
    • width

      public final int width
    • height

      public final int height
    • mapColors

      public final byte[] mapColors
  • 构造器详细资料

    • MapPatch

      public MapPatch(int pStartX, int pStartY, int pWidth, int pHeight, byte[] pMapColors)
  • 方法详细资料