yarn/mappings/net/minecraft/server/world/ChunkTicketType.mapping

28 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3230 net/minecraft/server/world/ChunkTicketType
FIELD field_14029 argumentComparator Ljava/util/Comparator;
FIELD field_14031 Lnet/minecraft/class_3230;
COMMENT Used to force load chunks.
FIELD field_14032 Lnet/minecraft/class_3230;
COMMENT Represents a type of ticket that has an unknown cause for loading chunks.
2019-06-28 17:55:20 -04:00
FIELD field_14034 name Ljava/lang/String;
FIELD field_17264 Lnet/minecraft/class_3230;
COMMENT Used by the ender dragon to load the central end island during the boss battle.
FIELD field_19280 Lnet/minecraft/class_3230;
COMMENT Used by a nether portal to load chunks in the other dimension.
FIELD field_19347 Lnet/minecraft/class_3230;
COMMENT Used to load the chunks at the destination of teleportation.
FIELD field_19348 expiryTicks J
2019-05-22 10:06:46 -04:00
METHOD <init> (Ljava/lang/String;Ljava/util/Comparator;J)V
2018-11-06 11:02:00 -05:00
ARG 1 name
ARG 3 expiryTicks
2019-06-28 17:55:20 -04:00
METHOD method_14291 create (Ljava/lang/String;Ljava/util/Comparator;)Lnet/minecraft/class_3230;
COMMENT Creates a new ticket type that does not expire.
ARG 0 name
2019-06-28 17:55:20 -04:00
METHOD method_14292 getArgumentComparator ()Ljava/util/Comparator;
METHOD method_20628 create (Ljava/lang/String;Ljava/util/Comparator;I)Lnet/minecraft/class_3230;
COMMENT Create a new ticket type that expires after an amount of ticks.
ARG 0 name
ARG 2 expiryTicks
COMMENT the expiry time in ticks, does not expire if 0
METHOD method_20629 getExpiryTicks ()J