yarn/mappings/net/minecraft/client/world
i509VCB 73f3f96ff9 Actually describe vague "checkChunk" methods. (#1548)
* Actually describe vague "checkChunk" methods.

These are quite vague, and the profiler call is all we really have to go off of.

From looking around the codebase, these methods validate the entity's chunkX/Y/Z positions are correct. If the entity's last and current chunk pos are not the same, move the entity to it's new chunk (which also changes the chunkX/Y/Z values to the correct ones).

Oh and some synthetic method params while I was at it.

* Update mappings/net/minecraft/server/world/ServerWorld.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/entity/Entity.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/client/world/ClientWorld.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/server/world/ServerWorld.mapping

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>

* Update mappings/net/minecraft/client/world/ClientWorld.mapping

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>

* match method name

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-07-10 13:04:35 +01:00
..
BiomeColorCache.mapping Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
ClientChunkManager.mapping Map chunk and chunk statuses (Reattached) (#1511) 2020-06-26 12:34:45 +01:00
ClientWorld.mapping Actually describe vague "checkChunk" methods. (#1548) 2020-07-10 13:04:35 +01:00
DummyClientTickScheduler.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
GeneratorType.mapping Map two methods in GeneratorType (#1535) 2020-07-03 13:20:46 +01:00