Geyser/bootstrap/spigot/src/main/java/org/geysermc/platform/spigot/world
DaPorkchop_ 7d2745dee6
Faster chunk conversion (#1400)
* BlockStorage is never used concurrently, no need to synchronize

* initial, semi-functional, faster chunk conversion

* faster chunk conversion works well for every situation except spigot

* delete unused ChunkPosition class

* preallocate and pool chunk encoding buffers

* make it work correctly on spigot

* make field naming more consistent

* attempt to upgrade to latest MCProtocolLib

* remove debug code

* compile against my MCProtocolLib fork while i wait for my upstream PR to be accepted

* return to Steveice10 MCProtocolLib
2020-10-15 01:30:25 -05:00
..
GeyserSpigotBlockPlaceListener.java Fix NPE if block data string isn't in mappings (#1172) 2020-08-21 12:02:09 -05:00
GeyserSpigotWorldManager.java Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00