CLASS net/minecraft/class_3230 net/minecraft/server/world/ChunkTicketType FIELD field_14029 argumentComparator Ljava/util/Comparator; FIELD field_14030 START Lnet/minecraft/class_3230; FIELD field_14031 FORCED Lnet/minecraft/class_3230; COMMENT Used to force load chunks. FIELD field_14032 UNKNOWN Lnet/minecraft/class_3230; 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_17264 DRAGON Lnet/minecraft/class_3230; COMMENT Used by the ender dragon to load the central end island during the boss battle. 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. FIELD field_19347 POST_TELEPORT Lnet/minecraft/class_3230; COMMENT Used to load the chunks at the destination of teleportation. FIELD field_19348 expiryTicks J METHOD (Ljava/lang/String;Ljava/util/Comparator;J)V ARG 1 name ARG 3 expiryTicks 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 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