mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove unneeded changes and add back support for 1.9 through 1.12
This commit is contained in:
parent
d5b01aced2
commit
bbee2debff
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@ public class BukkitLocalQueue_1_9 extends BukkitLocalQueue<char[]> {
|
|||||||
ReflectionUtils.RefClass classWorld = getRefClass("{nms}.World");
|
ReflectionUtils.RefClass classWorld = getRefClass("{nms}.World");
|
||||||
this.tileEntityListTick = classWorld.getField("tileEntityListTick");
|
this.tileEntityListTick = classWorld.getField("tileEntityListTick");
|
||||||
this.methodGetWorld = classChunk.getMethod("getWorld");
|
this.methodGetWorld = classChunk.getMethod("getWorld");
|
||||||
this.methodW = classWorld.getMethod("r", classBlockPosition.getRealClass());
|
this.methodW = classWorld.getMethod("w", classBlockPosition.getRealClass());
|
||||||
this.fieldSections = classChunk.getField("sections");
|
this.fieldSections = classChunk.getField("sections");
|
||||||
this.fieldWorld = classChunk.getField("world");
|
this.fieldWorld = classChunk.getField("world");
|
||||||
ReflectionUtils.RefClass classBlock = getRefClass("{nms}.Block");
|
ReflectionUtils.RefClass classBlock = getRefClass("{nms}.Block");
|
||||||
|
Loading…
Reference in New Issue
Block a user