Add mappings for ChunkTicketType fields (#1712)

This commit is contained in:
enbrain 2020-08-27 17:21:27 +09:00 committed by GitHub
parent 4dc428383a
commit 5642461bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -1,15 +1,18 @@
CLASS net/minecraft/class_3230 net/minecraft/server/world/ChunkTicketType CLASS net/minecraft/class_3230 net/minecraft/server/world/ChunkTicketType
FIELD field_14029 argumentComparator Ljava/util/Comparator; FIELD field_14029 argumentComparator Ljava/util/Comparator;
FIELD field_14031 Lnet/minecraft/class_3230; FIELD field_14030 START Lnet/minecraft/class_3230;
FIELD field_14031 FORCED Lnet/minecraft/class_3230;
COMMENT Used to force load chunks. COMMENT Used to force load chunks.
FIELD field_14032 Lnet/minecraft/class_3230; FIELD field_14032 UNKNOWN Lnet/minecraft/class_3230;
COMMENT Represents a type of ticket that has an unknown cause for loading chunks. COMMENT Represents a type of ticket that has an unknown cause for loading chunks.
FIELD field_14033 PLAYER Lnet/minecraft/class_3230;
FIELD field_14034 name Ljava/lang/String; FIELD field_14034 name Ljava/lang/String;
FIELD field_17264 Lnet/minecraft/class_3230; FIELD field_17264 DRAGON Lnet/minecraft/class_3230;
COMMENT Used by the ender dragon to load the central end island during the boss battle. COMMENT Used by the ender dragon to load the central end island during the boss battle.
FIELD field_19280 Lnet/minecraft/class_3230; FIELD field_19270 LIGHT Lnet/minecraft/class_3230;
FIELD field_19280 PORTAL Lnet/minecraft/class_3230;
COMMENT Used by a nether portal to load chunks in the other dimension. COMMENT Used by a nether portal to load chunks in the other dimension.
FIELD field_19347 Lnet/minecraft/class_3230; FIELD field_19347 POST_TELEPORT Lnet/minecraft/class_3230;
COMMENT Used to load the chunks at the destination of teleportation. COMMENT Used to load the chunks at the destination of teleportation.
FIELD field_19348 expiryTicks J FIELD field_19348 expiryTicks J
METHOD <init> (Ljava/lang/String;Ljava/util/Comparator;J)V METHOD <init> (Ljava/lang/String;Ljava/util/Comparator;J)V