schematic.java
unknown
java
a month ago
206 B
3
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