Add feature patch hook for overrides

This commit is contained in:
Nassim Jahnke
2024-12-05 13:00:22 +01:00
parent 193eebecdf
commit 2a20fde332
9 changed files with 110 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ import org.bukkit.map.MapCursor;
public class RenderData {
public final byte[] buffer;
public byte[] buffer;
public final ArrayList<MapCursor> cursors;
public RenderData() {