类 MapItemSavedData.MapPatch
java.lang.Object
net.minecraft.world.level.saveddata.maps.MapItemSavedData.MapPatch
- 封闭类:
- MapItemSavedData
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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)
-
-
方法详细资料
-
applyToMap
-