From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/Chunk.patch | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'nms-patches/Chunk.patch') diff --git a/nms-patches/Chunk.patch b/nms-patches/Chunk.patch index d49e82b3..9ccf30c9 100644 --- a/nms-patches/Chunk.patch +++ b/nms-patches/Chunk.patch @@ -10,24 +10,6 @@ public class Chunk { private static final Logger c = LogManager.getLogger(); -@@ -22,13 +25,13 @@ - private final int[] f; - private final boolean[] g; - private boolean h; -- private final World world; -- private final int[] heightMap; -+ public final World world; // CraftBukkit - public -+ public final int[] heightMap; // CraftBukkit - public - public final int locX; - public final int locZ; - private boolean k; -- private final Map tileEntities; -- private final EntitySlice[] entitySlices; -+ public final Map tileEntities; -+ public final EntitySlice[] entitySlices; // CraftBukkit - public - private boolean done; - private boolean lit; - private boolean p; @@ -40,6 +43,34 @@ private int v; private ConcurrentLinkedQueue w; -- cgit v1.2.3