Bjarne Koll 9e91bcabf2
SPIGOT-6194: Read correct nbt compound into chunk pdc
Previously spigots chunk pdc loading logic would read the entire chunk
nbt compound into the persistent data container of the chunk instead of
just reading the "BukkitValues".

Furthermore this commit also now correctly checks if the nbt compounds
of entities, tile entities and chunks actually have a value for the
"BukkitValues" key, as the previous 'getCompound' call would always
return an instance, the null check was useless. This commit now uses
'get', which returns null if no key exists and then runs an instanceof
check to both validate a non-null instance and an NBTTagCompound
instance.
2020-10-18 07:01:15 +11:00
..
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2019-04-23 12:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2018-12-06 10:00:00 +11:00
2020-08-12 07:00:00 +10:00
2019-12-11 09:00:00 +11:00
2018-12-26 08:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2018-12-26 08:00:00 +11:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2019-07-20 09:00:00 +10:00
2020-06-25 10:00:00 +10:00
2018-12-06 10:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-09-11 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-09-11 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-09-11 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2019-04-23 12:00:00 +10:00
2019-04-23 12:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-09-11 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-04-23 12:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2019-04-23 12:00:00 +10:00
2019-12-11 09:00:00 +11:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2019-04-23 12:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-02-02 11:18:17 +11:00
2020-08-12 07:00:00 +10:00
2020-09-11 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-08-12 07:00:00 +10:00
2020-06-25 10:00:00 +10:00
2020-09-11 07:00:00 +10:00