Add feature patch hook for overrides
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user