Improve ChunkStatus mappings (#2619)

* Improve ChunkStatus mappings

* Do not remap non-obfuscated doWork functions
This commit is contained in:
Jakob K 2021-08-22 23:15:13 +02:00 committed by GitHub
parent c1602ae643
commit b1b2179711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,7 @@ CLASS net/minecraft/class_2806 net/minecraft/world/chunk/ChunkStatus
ARG 1 world
ARG 2 structureManager
ARG 3 lightingProvider
ARG 4 convertCallback
ARG 5 chunk
METHOD method_20610 getLightingFuture (Lnet/minecraft/class_2806;Lnet/minecraft/class_3227;Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;
ARG 0 status
@ -112,6 +113,8 @@ CLASS net/minecraft/class_2806 net/minecraft/world/chunk/ChunkStatus
ARG 3 world
ARG 5 structureManager
ARG 6 lightingProvider
ARG 7 convertCallback
COMMENT will be invoked by statuses which have some special convert logic (e.g. the FULL status to convert the chunk to a full chunk)
CLASS class_2808 ChunkType
COMMENT Specifies the type of a chunk
FIELD field_12807 LEVELCHUNK Lnet/minecraft/class_2806$class_2808;
@ -129,4 +132,6 @@ CLASS net/minecraft/class_2806 net/minecraft/world/chunk/ChunkStatus
ARG 2 world
ARG 3 structureManager
ARG 4 lightingProvider
ARG 5 convertCallback
COMMENT will be invoked by statuses which have some special convert logic (e.g. the FULL status to convert the chunk to a full chunk)
ARG 6 chunk