schematic.java

 avatar
unknown
java
7 months ago
206 B
4
Indexable
@Getter
@RequiredArgsConstructor
public final class Schematic {
    private final byte[] blocks, data;
    private final short width, length, height;
    private final int offsetX, offsetY, offsetZ;
}
Editor is loading...
Leave a Comment