yarn/mappings/net/minecraft/client
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
..
block Map some blocks, fluids and block entities (#1309) 2020-04-30 12:20:20 +01:00
color Rename every view argument to world and random additions. (#1114) 2020-02-17 13:48:43 +00:00
font Quick fixes (#1534) 2020-07-05 13:45:54 +01:00
gl 20w27a 2020-07-01 17:44:38 +01:00
gui Less controversial new stuff (#1567) 2020-07-09 12:36:04 +01:00
input Sneak 100 (#1553) 2020-07-08 10:40:52 +01:00
item item property getter (#1305) 2020-04-30 12:20:29 +01:00
main A few client mappings (#833) 2019-09-01 16:22:10 +01:00
model Renderer mappings (#988) 2020-03-27 11:06:32 +00:00
network 20w28a 2020-07-08 18:49:17 +01:00
options 20w28a 2020-07-08 18:49:17 +01:00
particle Swap the names of the bubble and bubble column up particle classes (#1488) 2020-06-20 19:51:07 +01:00
realms Consoldiate all realms classes to net.minecraft.client.realms (#1549) 2020-07-07 22:52:35 +01:00
recipebook Piglin Brutes and stuff (#1537) 2020-07-05 13:45:14 +01:00
render Adjustments to render layers (#1545) 2020-07-09 18:44:57 +01:00
resource Less controversial new stuff (#1567) 2020-07-09 12:36:04 +01:00
search Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
sound 1.16-pre1 2020-06-04 20:08:31 +01:00
texture 20w27a 2020-07-01 17:44:38 +01:00
toast Map system toast and file dragging handler in Screen, rename misnamed Screen (#1546) 2020-07-08 21:04:10 +01:00
tutorial 20w20a stuff (#1351) 2020-05-20 00:49:55 +01:00
util Fix lots of spelling errors throughout yarn (#1506) 2020-06-24 17:34:48 +01:00
world Actually describe vague "checkChunk" methods. (#1548) 2020-07-10 13:04:35 +01:00
ClientGameSession.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Keyboard.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
MinecraftClient.mapping Less controversial new stuff (#1567) 2020-07-09 12:36:04 +01:00
MinecraftClientGame.mapping Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
Mouse.mapping Document scrolling parameters. (#1399) 2020-05-28 21:41:32 +01:00
RunArgs.mapping Map disable multiplayer and chat command line options (#1376) 2020-05-20 21:05:13 +01:00
WindowEventHandler.mapping 19w39a 2019-09-27 17:23:24 +01:00
WindowSettings.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00