xland.mcplugin.games25.paperspeedzero.libs.ExceptionsKt -> xland.mcplugin.games25.paperspeedzero.aL:
# {"fileName":"Exceptions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.ExceptionsKt__ExceptionsKt -> xland.mcplugin.games25.paperspeedzero.aM:
# {"fileName":"Exceptions.kt","id":"sourceFile"}
    69:71:void addSuppressed(java.lang.Throwable,java.lang.Throwable) -> a
xland.mcplugin.games25.paperspeedzero.libs.NoWhenBranchMatchedException -> xland.mcplugin.games25.paperspeedzero.aN:
# {"fileName":"NoWhenBranchMatchedException.kt","id":"sourceFile"}
    9:9:void <init>() -> <init>
xland.mcplugin.games25.paperspeedzero.libs.Pair -> xland.mcplugin.games25.paperspeedzero.aO:
# {"fileName":"Tuples.kt","id":"sourceFile"}
    java.lang.Object first -> a
    java.lang.Object second -> b
    26:29:void <init>(java.lang.Object,java.lang.Object) -> <init>
    28:28:java.lang.Object getFirst() -> a
    29:29:java.lang.Object getSecond() -> b
    35:35:java.lang.String toString() -> toString
    java.lang.Object component1() -> c
    java.lang.Object component2() -> d
    int hashCode() -> hashCode
    boolean equals(java.lang.Object) -> equals
xland.mcplugin.games25.paperspeedzero.libs.Result -> xland.mcplugin.games25.paperspeedzero.aP:
# {"fileName":"Result.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.Result$Companion Companion -> a
    java.lang.Object value -> b
    32:32:boolean isSuccess-impl(java.lang.Object) -> a
    38:38:boolean isFailure-impl(java.lang.Object) -> b
    63:66:java.lang.Throwable exceptionOrNull-impl(java.lang.Object) -> c
    74:77:java.lang.String toString-impl(java.lang.Object) -> d
    73:77:java.lang.String toString() -> toString
    int hashCode-impl(java.lang.Object) -> e
    int hashCode() -> hashCode
    boolean equals-impl(java.lang.Object,java.lang.Object) -> a
    boolean equals(java.lang.Object) -> equals
    22:22:void <init>(java.lang.Object) -> <init>
    java.lang.Object constructor-impl(java.lang.Object) -> f
    xland.mcplugin.games25.paperspeedzero.libs.Result box-impl(java.lang.Object) -> g
    java.lang.Object unbox-impl() -> a
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.Result$Companion -> xland.mcplugin.games25.paperspeedzero.aQ:
# {"fileName":"Result.kt","id":"sourceFile"}
    85:85:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.Result$Failure -> xland.mcplugin.games25.paperspeedzero.aR:
# {"fileName":"Result.kt","id":"sourceFile"}
    java.lang.Throwable exception -> a
    105:106:void <init>(java.lang.Throwable) -> <init>
    109:109:boolean equals(java.lang.Object) -> equals
    110:110:int hashCode() -> hashCode
    111:111:java.lang.String toString() -> toString
xland.mcplugin.games25.paperspeedzero.libs.ResultKt -> xland.mcplugin.games25.paperspeedzero.aS:
# {"fileName":"Result.kt","id":"sourceFile"}
    122:122:java.lang.Object createFailure(java.lang.Throwable) -> a
    132:133:void throwOnFailure(java.lang.Object) -> a
xland.mcplugin.games25.paperspeedzero.libs.TuplesKt -> xland.mcplugin.games25.paperspeedzero.aT:
# {"fileName":"Tuples.kt","id":"sourceFile"}
    44:44:xland.mcplugin.games25.paperspeedzero.libs.Pair to(java.lang.Object,java.lang.Object) -> a
xland.mcplugin.games25.paperspeedzero.libs.UninitializedPropertyAccessException -> xland.mcplugin.games25.paperspeedzero.aU:
# {"fileName":"UninitializedPropertyAccessException.kt","id":"sourceFile"}
    9:9:void <init>() -> <init>
    11:11:void <init>(java.lang.String) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.Unit -> xland.mcplugin.games25.paperspeedzero.aV:
# {"fileName":"Unit.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.Unit INSTANCE -> a
    13:13:void <init>() -> <init>
    14:14:java.lang.String toString() -> toString
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs._Assertions -> xland.mcplugin.games25.paperspeedzero.aW:
# {"fileName":"AssertionsJVM.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs._Assertions INSTANCE -> a
    boolean ENABLED -> b
    10:10:void <init>() -> <init>
    14:14:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractCollection -> xland.mcplugin.games25.paperspeedzero.aX:
# {"fileName":"AbstractCollection.kt","id":"sourceFile"}
    14:15:void <init>() -> <init>
    int getSize() -> a
    19:53:boolean contains(java.lang.Object) -> contains
    22:56:boolean containsAll(java.util.Collection) -> containsAll
    24:24:boolean isEmpty() -> isEmpty
    26:28:java.lang.String toString() -> toString
    34:34:java.lang.Object[] toArray() -> toArray
    48:48:java.lang.Object[] toArray(java.lang.Object[]) -> toArray
    boolean add(java.lang.Object) -> add
    boolean remove(java.lang.Object) -> remove
    boolean addAll(java.util.Collection) -> addAll
    boolean removeAll(java.util.Collection) -> removeAll
    boolean retainAll(java.util.Collection) -> retainAll
    void clear() -> clear
    27:27:java.lang.CharSequence toString$lambda$0(xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractCollection,java.lang.Object) -> a
    14:14:int size() -> size
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList -> xland.mcplugin.games25.paperspeedzero.aY:
# {"fileName":"AbstractList.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList$Companion Companion -> a
    20:21:void <init>() -> <init>
    java.lang.Object get(int) -> get
    25:25:java.util.Iterator iterator() -> iterator
    27:188:int indexOf(java.lang.Object) -> indexOf
    29:195:int lastIndexOf(java.lang.Object) -> lastIndexOf
    31:31:java.util.ListIterator listIterator() -> listIterator
    33:33:java.util.ListIterator listIterator(int) -> listIterator
    35:35:java.util.List subList(int,int) -> subList
    70:73:boolean equals(java.lang.Object) -> equals
    79:79:int hashCode() -> hashCode
    boolean addAll(int,java.util.Collection) -> addAll
    java.lang.Object set(int,java.lang.Object) -> set
    void add(int,java.lang.Object) -> add
    java.lang.Object remove(int) -> remove
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList$Companion -> xland.mcplugin.games25.paperspeedzero.aZ:
# {"fileName":"AbstractList.kt","id":"sourceFile"}
    115:115:void <init>() -> <init>
    117:120:void checkElementIndex$kotlin_stdlib(int,int) -> a
    123:126:void checkPositionIndex$kotlin_stdlib(int,int) -> b
    129:135:void checkRangeIndexes$kotlin_stdlib(int,int,int) -> a
    151:156:int newCapacity$kotlin_stdlib(int,int) -> c
    160:164:int orderedHashCode$kotlin_stdlib(java.util.Collection) -> a
    168:177:boolean orderedEquals$kotlin_stdlib(java.util.Collection,java.util.Collection) -> a
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList$IteratorImpl -> xland.mcplugin.games25.paperspeedzero.ba:
# {"fileName":"AbstractList.kt","id":"sourceFile"}
    int index -> b
    xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList this$0 -> a
    81:81:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList) -> <init>
    83:83:int getIndex() -> a
    83:83:void setIndex(int) -> a
    85:85:boolean hasNext() -> hasNext
    88:89:java.lang.Object next() -> next
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList$ListIteratorImpl -> xland.mcplugin.games25.paperspeedzero.bb:
# {"fileName":"AbstractList.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList this$0 -> b
    96:101:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList,int) -> <init>
    103:103:boolean hasPrevious() -> hasPrevious
    105:105:int nextIndex() -> nextIndex
    108:109:java.lang.Object previous() -> previous
    112:112:int previousIndex() -> previousIndex
    void set(java.lang.Object) -> set
    void add(java.lang.Object) -> add
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList$SubList -> xland.mcplugin.games25.paperspeedzero.bc:
# {"fileName":"AbstractList.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList list -> b
    int fromIndex -> c
    int _size -> d
    37:43:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractList,int,int) -> <init>
    46:48:java.lang.Object get(int) -> get
    51:51:int getSize() -> a
    54:55:java.util.List subList(int,int) -> subList
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractMutableCollection -> xland.mcplugin.games25.paperspeedzero.bd:
# {"fileName":"AbstractMutableCollection.kt","id":"sourceFile"}
    15:16:void <init>() -> <init>
    int getSize() -> a
    15:15:int size() -> size
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractMutableList -> xland.mcplugin.games25.paperspeedzero.be:
# {"fileName":"AbstractMutableList.kt","id":"sourceFile"}
    15:18:void <init>() -> <init>
    java.lang.Object removeAt(int) -> a
    15:15:java.lang.Object remove(int) -> remove
    int getSize() -> a
    15:15:int size() -> size
xland.mcplugin.games25.paperspeedzero.libs.collections.AbstractMutableSet -> xland.mcplugin.games25.paperspeedzero.bf:
# {"fileName":"AbstractMutableSet.kt","id":"sourceFile"}
    15:16:void <init>() -> <init>
    int getSize() -> a
    15:15:int size() -> size
xland.mcplugin.games25.paperspeedzero.libs.collections.ArrayAsCollection -> xland.mcplugin.games25.paperspeedzero.bg:
# {"fileName":"Collections.kt","id":"sourceFile"}
    java.lang.Object[] values -> a
    boolean isVarargs -> b
    61:61:void <init>(java.lang.Object[],boolean) -> <init>
    62:62:int getSize() -> a
    63:63:boolean isEmpty() -> isEmpty
    64:64:boolean contains(java.lang.Object) -> contains
    65:532:boolean containsAll(java.util.Collection) -> containsAll
    66:66:java.util.Iterator iterator() -> iterator
    68:68:java.lang.Object[] toArray() -> toArray
    boolean add(java.lang.Object) -> add
    boolean remove(java.lang.Object) -> remove
    boolean addAll(java.util.Collection) -> addAll
    boolean removeAll(java.util.Collection) -> removeAll
    boolean retainAll(java.util.Collection) -> retainAll
    void clear() -> clear
    61:61:int size() -> size
    java.lang.Object[] toArray(java.lang.Object[]) -> toArray
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt -> xland.mcplugin.games25.paperspeedzero.bh:
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt__ArraysJVMKt -> xland.mcplugin.games25.paperspeedzero.bi:
# {"fileName":"ArraysJVM.kt","id":"sourceFile"}
    49:50:void copyOfRangeToIndexCheck(int,int) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt__ArraysKt -> xland.mcplugin.games25.paperspeedzero.bj:
# {"fileName":"Arrays.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt___ArraysJvmKt -> xland.mcplugin.games25.paperspeedzero.bk:
# {"fileName":"_ArraysJvm.kt","id":"sourceFile"}
    134:134:java.util.List asList(java.lang.Object[]) -> a
    925:926:java.lang.Object[] copyInto(java.lang.Object[],java.lang.Object[],int,int,int) -> a
    1476:1477:java.lang.Object[] copyOfRange(java.lang.Object[],int,int) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt___ArraysKt -> xland.mcplugin.games25.paperspeedzero.bl:
# {"fileName":"_Arrays.kt","id":"sourceFile"}
    611:611:boolean contains(java.lang.Object[],java.lang.Object) -> a
    1592:1592:java.lang.Object getOrNull(java.lang.Object[],int) -> a
    1671:1684:int indexOf(java.lang.Object[],java.lang.Object) -> b
    3216:3216:java.lang.Object singleOrNull(java.lang.Object[]) -> b
    3436:25950:java.util.List drop(java.lang.Object[],int) -> b
    4354:4354:java.util.List filterNotNull(java.lang.Object[]) -> c
    4364:4365:java.util.Collection filterNotNullTo(java.lang.Object[],java.util.Collection) -> a
    5141:25950:java.util.List takeLast(java.lang.Object[],int) -> c
    10277:10280:java.util.List toList(java.lang.Object[]) -> d
    10376:10376:java.util.List toMutableList(java.lang.Object[]) -> e
    25498:25499:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence asSequence(java.lang.Object[]) -> f
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysKt___ArraysKt$asSequence$$inlined$Sequence$1 -> xland.mcplugin.games25.paperspeedzero.bm:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.lang.Object[] $this_asSequence$inlined -> a
    22:22:void <init>(java.lang.Object[]) -> <init>
    23:731:java.util.Iterator iterator() -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.ArraysUtilJVM -> xland.mcplugin.games25.paperspeedzero.bn:
# {"fileName":"ArraysUtilJVM.java","id":"sourceFile"}
    13:13:java.util.List asList(java.lang.Object[]) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt -> xland.mcplugin.games25.paperspeedzero.bo:
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__CollectionsJVMKt -> xland.mcplugin.games25.paperspeedzero.bp:
# {"fileName":"CollectionsJVM.kt","id":"sourceFile"}
    21:21:java.util.List listOf(java.lang.Object) -> a
    47:47:java.util.List createListBuilder() -> a
    53:53:java.util.List createListBuilder(int) -> a
    59:59:java.util.List build(java.util.List) -> a
    96:100:java.lang.Object[] terminateCollectionToArray(int,java.lang.Object[]) -> a
    105:109:java.lang.Object[] copyToArrayOfAny(java.lang.Object[],boolean) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__CollectionsKt -> xland.mcplugin.games25.paperspeedzero.bq:
# {"fileName":"Collections.kt","id":"sourceFile"}
    59:59:java.util.Collection asCollection(java.lang.Object[],boolean) -> b
    59:59:java.util.Collection asCollection$default(java.lang.Object[],boolean,int,java.lang.Object) -> a
    75:75:java.util.List emptyList() -> b
    81:81:java.util.List listOf(java.lang.Object[]) -> a
    140:140:java.util.List listOfNotNull(java.lang.Object[]) -> b
    237:237:int getLastIndex(java.util.List) -> b
    483:483:void throwIndexOverflow() -> c
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__IterablesKt -> xland.mcplugin.games25.paperspeedzero.br:
# {"fileName":"Iterables.kt","id":"sourceFile"}
    33:33:java.lang.Integer collectionSizeOrNull(java.lang.Iterable) -> a
    39:39:int collectionSizeOrDefault(java.lang.Iterable,int) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__IteratorsJVMKt -> xland.mcplugin.games25.paperspeedzero.bs:
# {"fileName":"IteratorsJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__IteratorsKt -> xland.mcplugin.games25.paperspeedzero.bt:
# {"fileName":"Iterators.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__MutableCollectionsJVMKt -> xland.mcplugin.games25.paperspeedzero.bu:
# {"fileName":"MutableCollectionsJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__MutableCollectionsKt -> xland.mcplugin.games25.paperspeedzero.bv:
# {"fileName":"MutableCollections.kt","id":"sourceFile"}
    117:123:boolean addAll(java.util.Collection,java.lang.Iterable) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt__ReversedViewsKt -> xland.mcplugin.games25.paperspeedzero.bw:
# {"fileName":"ReversedViews.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt___CollectionsJvmKt -> xland.mcplugin.games25.paperspeedzero.bx:
# {"fileName":"_CollectionsJvm.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt___CollectionsKt -> xland.mcplugin.games25.paperspeedzero.by:
# {"fileName":"_Collections.kt","id":"sourceFile"}
    204:210:java.lang.Object first(java.lang.Iterable) -> b
    221:223:java.lang.Object first(java.util.List) -> c
    600:609:java.lang.Object single(java.lang.Iterable) -> c
    618:621:java.lang.Object single(java.util.List) -> d
    1176:1180:long[] toLongArray(java.util.Collection) -> a
    1326:1329:java.util.Collection toCollection(java.lang.Iterable,java.util.Collection) -> a
    1375:1382:java.util.Set toSet(java.lang.Iterable) -> d
    1752:1754:java.util.Set toMutableSet(java.lang.Iterable) -> e
    2732:2739:java.lang.Comparable minOrNull(java.lang.Iterable) -> f
    3645:3655:java.lang.Appendable joinTo(java.lang.Iterable,java.lang.Appendable,java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence,int,java.lang.CharSequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
    3644:3644:java.lang.Appendable joinTo$default(java.lang.Iterable,java.lang.Appendable,java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence,int,java.lang.CharSequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1,int,java.lang.Object) -> a
    3667:3667:java.lang.String joinToString(java.lang.Iterable,java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence,int,java.lang.CharSequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
    3666:3666:java.lang.String joinToString$default(java.lang.Iterable,java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence,int,java.lang.CharSequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1,int,java.lang.Object) -> a
    3684:3684:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence asSequence(java.lang.Iterable) -> g
xland.mcplugin.games25.paperspeedzero.libs.collections.CollectionsKt___CollectionsKt$asSequence$$inlined$Sequence$1 -> xland.mcplugin.games25.paperspeedzero.bz:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.lang.Iterable $this_asSequence$inlined -> a
    22:22:void <init>(java.lang.Iterable) -> <init>
    23:731:java.util.Iterator iterator() -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyIterator -> xland.mcplugin.games25.paperspeedzero.bA:
# {"fileName":"Collections.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyIterator INSTANCE -> a
    16:16:void <init>() -> <init>
    17:17:boolean hasNext() -> hasNext
    18:18:boolean hasPrevious() -> hasPrevious
    19:19:int nextIndex() -> nextIndex
    20:20:int previousIndex() -> previousIndex
    21:21:java.lang.Void next() -> a
    22:22:java.lang.Void previous() -> b
    void remove() -> remove
    16:16:java.lang.Object next() -> next
    16:16:java.lang.Object previous() -> previous
    void set(java.lang.Object) -> set
    void add(java.lang.Object) -> add
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyList -> xland.mcplugin.games25.paperspeedzero.bB:
# {"fileName":"Collections.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyList INSTANCE -> a
    25:25:void <init>() -> <init>
    28:28:boolean equals(java.lang.Object) -> equals
    29:29:int hashCode() -> hashCode
    30:30:java.lang.String toString() -> toString
    32:32:int getSize() -> a
    33:33:boolean isEmpty() -> isEmpty
    34:34:boolean contains(java.lang.Void) -> a
    35:35:boolean containsAll(java.util.Collection) -> containsAll
    37:37:java.lang.Void get(int) -> a
    38:38:int indexOf(java.lang.Void) -> b
    39:39:int lastIndexOf(java.lang.Void) -> c
    41:41:java.util.Iterator iterator() -> iterator
    42:42:java.util.ListIterator listIterator() -> listIterator
    44:45:java.util.ListIterator listIterator(int) -> listIterator
    49:50:java.util.List subList(int,int) -> subList
    boolean remove(java.lang.Object) -> remove
    boolean addAll(java.util.Collection) -> addAll
    boolean addAll(int,java.util.Collection) -> addAll
    boolean removeAll(java.util.Collection) -> removeAll
    boolean retainAll(java.util.Collection) -> retainAll
    void clear() -> clear
    java.lang.Object remove(int) -> remove
    25:25:int size() -> size
    25:25:boolean contains(java.lang.Object) -> contains
    25:25:java.lang.Object get(int) -> get
    25:25:int indexOf(java.lang.Object) -> indexOf
    25:25:int lastIndexOf(java.lang.Object) -> lastIndexOf
    boolean add(java.lang.Object) -> add
    java.lang.Object set(int,java.lang.Object) -> set
    void add(int,java.lang.Object) -> add
    java.lang.Object[] toArray(java.lang.Object[]) -> toArray
    java.lang.Object[] toArray() -> toArray
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyMap -> xland.mcplugin.games25.paperspeedzero.bC:
# {"fileName":"Maps.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.EmptyMap INSTANCE -> a
    14:14:void <init>() -> <init>
    17:17:boolean equals(java.lang.Object) -> equals
    18:18:int hashCode() -> hashCode
    19:19:java.lang.String toString() -> toString
    21:21:int getSize() -> a
    22:22:boolean isEmpty() -> isEmpty
    24:24:boolean containsKey(java.lang.Object) -> containsKey
    25:25:boolean containsValue(java.lang.Void) -> a
    26:26:java.lang.Void get(java.lang.Object) -> a
    27:27:java.util.Set getEntries() -> b
    28:28:java.util.Set getKeys() -> c
    29:29:java.util.Collection getValues() -> d
    java.lang.Void remove(java.lang.Object) -> b
    boolean remove(java.lang.Object,java.lang.Object) -> remove
    void putAll(java.util.Map) -> putAll
    void clear() -> clear
    14:14:int size() -> size
    14:14:boolean containsValue(java.lang.Object) -> containsValue
    14:14:java.lang.Object get(java.lang.Object) -> get
    14:14:java.util.Set entrySet() -> entrySet
    14:14:java.util.Set keySet() -> keySet
    14:14:java.util.Collection values() -> values
    java.lang.Object put(java.lang.Object,java.lang.Object) -> put
    14:14:java.lang.Object remove(java.lang.Object) -> remove
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.EmptySet -> xland.mcplugin.games25.paperspeedzero.bD:
# {"fileName":"Sets.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.EmptySet INSTANCE -> a
    14:14:void <init>() -> <init>
    17:17:boolean equals(java.lang.Object) -> equals
    18:18:int hashCode() -> hashCode
    19:19:java.lang.String toString() -> toString
    21:21:int getSize() -> a
    22:22:boolean isEmpty() -> isEmpty
    23:23:boolean contains(java.lang.Void) -> a
    24:24:boolean containsAll(java.util.Collection) -> containsAll
    26:26:java.util.Iterator iterator() -> iterator
    boolean remove(java.lang.Object) -> remove
    boolean addAll(java.util.Collection) -> addAll
    boolean removeAll(java.util.Collection) -> removeAll
    boolean retainAll(java.util.Collection) -> retainAll
    void clear() -> clear
    14:14:int size() -> size
    14:14:boolean contains(java.lang.Object) -> contains
    boolean add(java.lang.Object) -> add
    java.lang.Object[] toArray(java.lang.Object[]) -> toArray
    java.lang.Object[] toArray() -> toArray
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.IntIterator -> xland.mcplugin.games25.paperspeedzero.bE:
# {"fileName":"PrimitiveIterators.kt","id":"sourceFile"}
    169:169:void <init>() -> <init>
    int nextInt() -> a
    void remove() -> remove
    169:169:java.lang.Object next() -> next
xland.mcplugin.games25.paperspeedzero.libs.collections.MapWithDefault -> xland.mcplugin.games25.paperspeedzero.bF:
# {"fileName":"MapWithDefault.kt","id":"sourceFile"}
    java.lang.Object getOrImplicitDefault(java.lang.Object) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt -> xland.mcplugin.games25.paperspeedzero.bG:
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt__MapWithDefaultKt -> xland.mcplugin.games25.paperspeedzero.bH:
# {"fileName":"MapWithDefault.kt","id":"sourceFile"}
    21:117:java.lang.Object getOrImplicitDefaultNullable(java.util.Map,java.lang.Object) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt__MapsJVMKt -> xland.mcplugin.games25.paperspeedzero.bI:
# {"fileName":"MapsJVM.kt","id":"sourceFile"}
    26:26:java.util.Map mapOf(xland.mcplugin.games25.paperspeedzero.libs.Pair) -> a
    51:51:java.util.Map createMapBuilder(int) -> a
    57:57:java.util.Map build(java.util.Map) -> a
    139:158:java.util.Map toSingletonMap(java.util.Map) -> b
    147:155:int mapCapacity(int) -> b
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt__MapsKt -> xland.mcplugin.games25.paperspeedzero.bJ:
# {"fileName":"Maps.kt","id":"sourceFile"}
    40:40:java.util.Map emptyMap() -> a
    371:371:java.lang.Object getValue(java.util.Map,java.lang.Object) -> b
    443:446:void putAll(java.util.Map,java.lang.Iterable) -> a
    576:583:java.util.Map toMap(java.lang.Iterable) -> a
    591:824:java.util.Map toMap(java.lang.Iterable,java.util.Map) -> a
    653:824:java.util.Map toMap(java.util.Map,java.util.Map) -> a
    818:822:java.util.Map optimizeReadOnlyMap(java.util.Map) -> c
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt___MapsJvmKt -> xland.mcplugin.games25.paperspeedzero.bK:
# {"fileName":"_MapsJvm.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.MapsKt___MapsKt -> xland.mcplugin.games25.paperspeedzero.bL:
# {"fileName":"_Maps.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.collections.SetsKt -> xland.mcplugin.games25.paperspeedzero.bM:
xland.mcplugin.games25.paperspeedzero.libs.collections.SetsKt__SetsJVMKt -> xland.mcplugin.games25.paperspeedzero.bN:
# {"fileName":"SetsJVM.kt","id":"sourceFile"}
    20:20:java.util.Set setOf(java.lang.Object) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.SetsKt__SetsKt -> xland.mcplugin.games25.paperspeedzero.bO:
# {"fileName":"Sets.kt","id":"sourceFile"}
    36:36:java.util.Set emptySet() -> a
    186:190:java.util.Set optimizeReadOnlySet(java.util.Set) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.SetsKt___SetsKt -> xland.mcplugin.games25.paperspeedzero.bP:
# {"fileName":"_Sets.kt","id":"sourceFile"}
    112:146:java.util.Set plus(java.util.Set,java.lang.Iterable) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.AbstractMapBuilderEntrySet -> xland.mcplugin.games25.paperspeedzero.bQ:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    685:685:void <init>() -> <init>
    686:686:boolean contains(java.util.Map$Entry) -> a
    boolean containsEntry(java.util.Map$Entry) -> b
    685:685:boolean contains(java.lang.Object) -> contains
    685:685:boolean remove(java.util.Map$Entry) -> c
    685:685:boolean remove(java.lang.Object) -> remove
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder -> xland.mcplugin.games25.paperspeedzero.bR:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$Companion Companion -> a
    java.lang.Object[] backing -> b
    int length -> c
    boolean isReadOnly -> d
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder Empty -> e
    14:15:void <init>(int) -> <init>
    14:14:void <init>(int,int,xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
    24:26:java.util.List build() -> b
    36:36:int getSize() -> a
    38:38:boolean isEmpty() -> isEmpty
    41:42:java.lang.Object get(int) -> get
    46:50:java.lang.Object set(int,java.lang.Object) -> set
    54:59:int indexOf(java.lang.Object) -> indexOf
    63:68:int lastIndexOf(java.lang.Object) -> lastIndexOf
    71:71:java.util.Iterator iterator() -> iterator
    72:72:java.util.ListIterator listIterator() -> listIterator
    75:76:java.util.ListIterator listIterator(int) -> listIterator
    80:82:boolean add(java.lang.Object) -> add
    86:89:void add(int,java.lang.Object) -> add
    92:95:boolean addAll(java.util.Collection) -> addAll
    99:103:boolean addAll(int,java.util.Collection) -> addAll
    107:109:void clear() -> clear
    113:115:java.lang.Object removeAt(int) -> a
    119:122:boolean remove(java.lang.Object) -> remove
    126:127:boolean removeAll(java.util.Collection) -> removeAll
    131:132:boolean retainAll(java.util.Collection) -> retainAll
    136:137:java.util.List subList(int,int) -> subList
    142:148:java.lang.Object[] toArray(java.lang.Object[]) -> toArray
    153:153:java.lang.Object[] toArray() -> toArray
    157:158:boolean equals(java.lang.Object) -> equals
    162:162:int hashCode() -> hashCode
    166:166:java.lang.String toString() -> toString
    172:173:void registerModification() -> c
    176:177:void checkIsMutable() -> d
    180:181:void ensureExtraCapacity(int) -> b
    184:189:void ensureCapacityInternal(int) -> c
    192:192:boolean contentEquals(java.util.List) -> a
    196:199:void insertAtInternal(int,int) -> a
    202:205:void addAtInternal(int,java.lang.Object) -> a
    208:216:void addAllInternal(int,java.util.Collection,int) -> a
    219:224:java.lang.Object removeAtInternal(int) -> d
    228:232:void removeRangeInternal(int,int) -> b
    236:250:int retainOrRemoveAllInternal(int,int,java.util.Collection,boolean) -> a
    void <init>() -> <init>
    14:14:int access$getModCount$p$s-2084097795(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder) -> a
    14:14:int access$getLength$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder) -> b
    14:14:java.lang.Object[] access$getBacking$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder) -> c
    14:14:boolean access$isReadOnly$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder) -> d
    14:14:void access$addAtInternal(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int,java.lang.Object) -> a
    14:14:void access$addAllInternal(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int,java.util.Collection,int) -> a
    14:14:java.lang.Object access$removeAtInternal(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int) -> a
    14:14:void access$removeRangeInternal(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int,int) -> a
    14:14:int access$retainOrRemoveAllInternal(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int,int,java.util.Collection,boolean) -> a
    20:725:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList -> xland.mcplugin.games25.paperspeedzero.bS:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    java.lang.Object[] backing -> a
    int offset -> b
    int length -> c
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList parent -> d
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder root -> e
    308:317:void <init>(java.lang.Object[],int,int,xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList,xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder) -> <init>
    329:330:int getSize() -> a
    334:335:boolean isEmpty() -> isEmpty
    339:341:java.lang.Object get(int) -> get
    345:350:java.lang.Object set(int,java.lang.Object) -> set
    354:360:int indexOf(java.lang.Object) -> indexOf
    364:370:int lastIndexOf(java.lang.Object) -> lastIndexOf
    373:373:java.util.Iterator iterator() -> iterator
    374:374:java.util.ListIterator listIterator() -> listIterator
    377:379:java.util.ListIterator listIterator(int) -> listIterator
    383:386:boolean add(java.lang.Object) -> add
    390:394:void add(int,java.lang.Object) -> add
    397:401:boolean addAll(java.util.Collection) -> addAll
    405:410:boolean addAll(int,java.util.Collection) -> addAll
    414:417:void clear() -> clear
    421:424:java.lang.Object removeAt(int) -> a
    428:432:boolean remove(java.lang.Object) -> remove
    436:438:boolean removeAll(java.util.Collection) -> removeAll
    442:444:boolean retainAll(java.util.Collection) -> retainAll
    448:449:java.util.List subList(int,int) -> subList
    454:461:java.lang.Object[] toArray(java.lang.Object[]) -> toArray
    465:467:java.lang.Object[] toArray() -> toArray
    471:473:boolean equals(java.lang.Object) -> equals
    477:478:int hashCode() -> hashCode
    482:483:java.lang.String toString() -> toString
    489:490:void registerModification() -> b
    493:495:void checkForComodification() -> c
    498:499:void checkIsMutable() -> d
    502:502:boolean isReadOnly() -> e
    505:505:boolean contentEquals(java.util.List) -> a
    509:517:void addAtInternal(int,java.lang.Object) -> a
    520:528:void addAllInternal(int,java.util.Collection,int) -> a
    531:538:java.lang.Object removeAtInternal(int) -> b
    542:549:void removeRangeInternal(int,int) -> a
    553:561:int retainOrRemoveAllInternal(int,int,java.util.Collection,boolean) -> a
    308:308:int access$getModCount$p$s1462993667(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList) -> a
    308:308:int access$getLength$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList) -> b
    308:308:java.lang.Object[] access$getBacking$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList) -> c
    308:308:int access$getOffset$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList) -> d
    308:308:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder access$getRoot$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList) -> e
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList$Itr -> xland.mcplugin.games25.paperspeedzero.bT:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList list -> a
    int index -> b
    int lastIndex -> c
    int expectedModCount -> d
    564:569:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$BuilderSubList,int) -> <init>
    571:571:boolean hasPrevious() -> hasPrevious
    572:572:boolean hasNext() -> hasNext
    574:574:int previousIndex() -> previousIndex
    575:575:int nextIndex() -> nextIndex
    578:581:java.lang.Object previous() -> previous
    585:588:java.lang.Object next() -> next
    592:725:void set(java.lang.Object) -> set
    598:602:void add(java.lang.Object) -> add
    605:725:void remove() -> remove
    614:616:void checkForComodification() -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$Companion -> xland.mcplugin.games25.paperspeedzero.bU:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    19:19:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder$Itr -> xland.mcplugin.games25.paperspeedzero.bV:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder list -> a
    int index -> b
    int lastIndex -> c
    int expectedModCount -> d
    253:258:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilder,int) -> <init>
    260:260:boolean hasPrevious() -> hasPrevious
    261:261:boolean hasNext() -> hasNext
    263:263:int previousIndex() -> previousIndex
    264:264:int nextIndex() -> nextIndex
    267:270:java.lang.Object previous() -> previous
    274:277:java.lang.Object next() -> next
    281:725:void set(java.lang.Object) -> set
    287:291:void add(java.lang.Object) -> add
    294:725:void remove() -> remove
    303:305:void checkForComodification() -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.ListBuilderKt -> xland.mcplugin.games25.paperspeedzero.bW:
# {"fileName":"ListBuilder.kt","id":"sourceFile"}
    622:725:java.lang.Object[] arrayOfUninitializedElements(int) -> a
    628:642:java.lang.String subarrayContentToString(java.lang.Object[],int,int,java.util.Collection) -> b
    646:653:int subarrayContentHashCode(java.lang.Object[],int,int) -> c
    657:663:boolean subarrayContentEquals(java.lang.Object[],int,int,java.util.List) -> b
    668:668:java.lang.Object[] copyOfUninitializedElements(java.lang.Object[],int) -> a
    673:674:void resetAt(java.lang.Object[],int) -> b
    677:678:void resetRange(java.lang.Object[],int,int) -> a
    1:1:int access$subarrayContentHashCode(java.lang.Object[],int,int) -> b
    1:1:java.lang.String access$subarrayContentToString(java.lang.Object[],int,int,java.util.Collection) -> a
    1:1:boolean access$subarrayContentEquals(java.lang.Object[],int,int,java.util.List) -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder -> xland.mcplugin.games25.paperspeedzero.bX:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$Companion Companion -> a
    java.lang.Object[] keysArray -> b
    java.lang.Object[] valuesArray -> c
    int[] presenceArray -> d
    int[] hashArray -> e
    int maxProbeDistance -> f
    int length -> g
    int hashShift -> h
    int modCount -> i
    int size -> j
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderKeys keysView -> k
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderValues valuesView -> l
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderEntries entriesView -> m
    boolean isReadOnly -> n
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder Empty -> o
    14:28:void <init>(java.lang.Object[],java.lang.Object[],int[],int[],int,int) -> <init>
    42:42:int getSize() -> a
    54:54:void <init>() -> <init>
    56:62:void <init>(int) -> <init>
    65:68:java.util.Map build() -> b
    79:79:boolean isEmpty() -> isEmpty
    80:80:boolean containsKey(java.lang.Object) -> containsKey
    81:81:boolean containsValue(java.lang.Object) -> containsValue
    84:86:java.lang.Object get(java.lang.Object) -> get
    90:99:java.lang.Object put(java.lang.Object,java.lang.Object) -> put
    104:106:void putAll(java.util.Map) -> putAll
    109:114:java.lang.Object remove(java.lang.Object) -> remove
    118:132:void clear() -> clear
    135:140:java.util.Set getKeys() -> c
    144:149:java.util.Collection getValues() -> d
    153:158:java.util.Set getEntries() -> e
    162:164:boolean equals(java.lang.Object) -> equals
    168:173:int hashCode() -> hashCode
    177:187:java.lang.String toString() -> toString
    193:193:int getCapacity$kotlin_stdlib() -> f
    194:194:int getHashSize() -> k
    197:198:void registerModification() -> l
    201:202:void checkIsMutable$kotlin_stdlib() -> g
    205:210:void ensureExtraCapacity(int) -> a
    213:217:boolean shouldCompact(int) -> b
    221:230:void ensureCapacity(int) -> c
    233:237:java.lang.Object[] allocateValuesArray() -> m
    240:240:int hash(java.lang.Object) -> d
    243:263:void compact(boolean) -> a
    268:281:void rehash(int) -> d
    284:294:boolean putRehash(int) -> e
    299:306:int findKey(java.lang.Object) -> e
    311:316:int findValue(java.lang.Object) -> f
    320:349:int addKey$kotlin_stdlib(java.lang.Object) -> a
    355:359:boolean removeKey$kotlin_stdlib(java.lang.Object) -> b
    363:369:void removeEntryAt(int) -> f
    372:416:void removeHashAt(int) -> g
    422:424:boolean containsEntry$kotlin_stdlib(java.util.Map$Entry) -> a
    427:427:boolean contentEquals(java.util.Map) -> a
    430:441:boolean containsAllEntries$kotlin_stdlib(java.util.Collection) -> a
    445:456:boolean putEntry(java.util.Map$Entry) -> c
    461:469:boolean putAllEntries(java.util.Collection) -> b
    473:478:boolean removeEntry$kotlin_stdlib(java.util.Map$Entry) -> b
    482:486:boolean removeValue$kotlin_stdlib(java.lang.Object) -> c
    489:489:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$KeysItr keysIterator$kotlin_stdlib() -> h
    490:490:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$ValuesItr valuesIterator$kotlin_stdlib() -> i
    491:491:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$EntriesItr entriesIterator$kotlin_stdlib() -> j
    14:14:int size() -> size
    14:14:java.util.Set keySet() -> keySet
    14:14:java.util.Collection values() -> values
    14:14:java.util.Set entrySet() -> entrySet
    14:14:int access$getModCount$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> a
    14:14:int access$getLength$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> b
    14:14:int[] access$getPresenceArray$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> c
    14:14:void access$removeEntryAt(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder,int) -> a
    14:14:java.lang.Object[] access$getKeysArray$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> d
    14:14:java.lang.Object[] access$getValuesArray$p(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> e
    14:14:java.lang.Object[] access$allocateValuesArray(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> f
    499:753:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$Companion -> xland.mcplugin.games25.paperspeedzero.bY:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    493:493:void <init>() -> <init>
    501:501:int computeHashSize(int) -> a
    503:503:int computeShift(int) -> b
    493:493:int access$computeShift(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$Companion,int) -> a
    493:493:int access$computeHashSize(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$Companion,int) -> b
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$EntriesItr -> xland.mcplugin.games25.paperspeedzero.bZ:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    562:562:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    565:570:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$EntryRef next() -> a
    574:578:int nextHashCode$kotlin_stdlib() -> b
    582:590:void nextAppendString(java.lang.StringBuilder) -> a
    562:562:java.lang.Object next() -> next
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$EntryRef -> xland.mcplugin.games25.paperspeedzero.ca:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder map -> a
    int index -> b
    int expectedModCount -> c
    593:597:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder,int) -> <init>
    601:602:java.lang.Object getKey() -> getKey
    607:608:java.lang.Object getValue() -> getValue
    612:617:java.lang.Object setValue(java.lang.Object) -> setValue
    621:623:boolean equals(java.lang.Object) -> equals
    625:625:int hashCode() -> hashCode
    627:627:java.lang.String toString() -> toString
    630:632:void checkForComodification() -> a
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$Itr -> xland.mcplugin.games25.paperspeedzero.cb:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder map -> a
    int index -> b
    int lastIndex -> c
    int expectedModCount -> d
    506:515:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    507:507:xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder getMap$kotlin_stdlib() -> c
    509:509:int getIndex$kotlin_stdlib() -> d
    509:509:void setIndex$kotlin_stdlib(int) -> a
    510:510:int getLastIndex$kotlin_stdlib() -> e
    510:510:void setLastIndex$kotlin_stdlib(int) -> b
    518:520:void initNext$kotlin_stdlib() -> f
    522:522:boolean hasNext() -> hasNext
    525:753:void remove() -> remove
    534:536:void checkForComodification$kotlin_stdlib() -> g
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$KeysItr -> xland.mcplugin.games25.paperspeedzero.cc:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    539:539:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    541:546:java.lang.Object next() -> next
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder$ValuesItr -> xland.mcplugin.games25.paperspeedzero.cd:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    551:551:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    553:558:java.lang.Object next() -> next
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderEntries -> xland.mcplugin.games25.paperspeedzero.ce:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder backing -> a
    690:691:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    694:694:int getSize() -> a
    695:695:boolean isEmpty() -> isEmpty
    696:696:boolean containsEntry(java.util.Map$Entry) -> b
    697:697:void clear() -> clear
    698:698:boolean add(java.util.Map$Entry) -> d
    699:699:boolean addAll(java.util.Collection) -> addAll
    700:700:boolean remove(java.util.Map$Entry) -> c
    701:701:java.util.Iterator iterator() -> iterator
    702:702:boolean containsAll(java.util.Collection) -> containsAll
    705:706:boolean removeAll(java.util.Collection) -> removeAll
    710:711:boolean retainAll(java.util.Collection) -> retainAll
    690:690:boolean add(java.lang.Object) -> add
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderKeys -> xland.mcplugin.games25.paperspeedzero.cf:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder backing -> a
    636:637:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    640:640:int getSize() -> a
    641:641:boolean isEmpty() -> isEmpty
    642:642:boolean contains(java.lang.Object) -> contains
    643:643:void clear() -> clear
    644:644:boolean add(java.lang.Object) -> add
    645:645:boolean addAll(java.util.Collection) -> addAll
    646:646:boolean remove(java.lang.Object) -> remove
    647:647:java.util.Iterator iterator() -> iterator
    650:651:boolean removeAll(java.util.Collection) -> removeAll
    655:656:boolean retainAll(java.util.Collection) -> retainAll
xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilderValues -> xland.mcplugin.games25.paperspeedzero.cg:
# {"fileName":"MapBuilder.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder backing -> a
    660:661:void <init>(xland.mcplugin.games25.paperspeedzero.libs.collections.builders.MapBuilder) -> <init>
    664:664:int getSize() -> a
    665:665:boolean isEmpty() -> isEmpty
    666:666:boolean contains(java.lang.Object) -> contains
    667:667:boolean add(java.lang.Object) -> add
    668:668:boolean addAll(java.util.Collection) -> addAll
    669:669:void clear() -> clear
    670:670:java.util.Iterator iterator() -> iterator
    671:671:boolean remove(java.lang.Object) -> remove
    674:675:boolean removeAll(java.util.Collection) -> removeAll
    679:680:boolean retainAll(java.util.Collection) -> retainAll
xland.mcplugin.games25.paperspeedzero.libs.enums.EnumEntries -> xland.mcplugin.games25.paperspeedzero.ch:
# {"fileName":"EnumEntries.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.enums.EnumEntriesKt -> xland.mcplugin.games25.paperspeedzero.ci:
# {"fileName":"EnumEntries.kt","id":"sourceFile"}
    46:46:xland.mcplugin.games25.paperspeedzero.libs.enums.EnumEntries enumEntries(java.lang.Enum[]) -> a
xland.mcplugin.games25.paperspeedzero.libs.enums.EnumEntriesList -> xland.mcplugin.games25.paperspeedzero.cj:
# {"fileName":"EnumEntries.kt","id":"sourceFile"}
    java.lang.Enum[] entries -> b
    48:49:void <init>(java.lang.Enum[]) -> <init>
    56:56:int getSize() -> a
    59:60:java.lang.Enum get(int) -> a
    68:71:boolean contains(java.lang.Enum) -> a
    76:80:int indexOf(java.lang.Enum) -> b
    83:83:int lastIndexOf(java.lang.Enum) -> c
    48:48:java.lang.Object get(int) -> get
    48:48:boolean contains(java.lang.Object) -> contains
    48:48:int indexOf(java.lang.Object) -> indexOf
    48:48:int lastIndexOf(java.lang.Object) -> lastIndexOf
xland.mcplugin.games25.paperspeedzero.libs.internal.PlatformImplementations -> xland.mcplugin.games25.paperspeedzero.ck:
# {"fileName":"PlatformImplementations.kt","id":"sourceFile"}
    15:15:void <init>() -> <init>
    34:35:void addSuppressed(java.lang.Throwable,java.lang.Throwable) -> a
xland.mcplugin.games25.paperspeedzero.libs.internal.PlatformImplementations$ReflectThrowable -> xland.mcplugin.games25.paperspeedzero.cl:
# {"fileName":"PlatformImplementations.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.internal.PlatformImplementations$ReflectThrowable INSTANCE -> a
    java.lang.reflect.Method addSuppressed -> b
    java.lang.reflect.Method getSuppressed -> c
    17:17:void <init>() -> <init>
    23:86:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.internal.PlatformImplementationsKt -> xland.mcplugin.games25.paperspeedzero.cm:
# {"fileName":"PlatformImplementations.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.internal.PlatformImplementations IMPLEMENTATIONS -> a
    57:57:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.internal.ProgressionUtilKt -> xland.mcplugin.games25.paperspeedzero.cn:
# {"fileName":"progressionUtil.kt","id":"sourceFile"}
    10:11:int mod(int,int) -> a
    21:21:int differenceModulo(int,int,int) -> b
    45:49:int getProgressionLastElement(int,int,int) -> a
xland.mcplugin.games25.paperspeedzero.libs.internal.jdk7.JDK7PlatformImplementations -> xland.mcplugin.games25.paperspeedzero.co:
# {"fileName":"JDK7PlatformImplementations.kt","id":"sourceFile"}
    11:11:void <init>() -> <init>
    22:22:boolean sdkIsNullOrAtLeast(int) -> a
    27:30:void addSuppressed(java.lang.Throwable,java.lang.Throwable) -> a
xland.mcplugin.games25.paperspeedzero.libs.internal.jdk7.JDK7PlatformImplementations$ReflectSdkVersion -> xland.mcplugin.games25.paperspeedzero.cp:
# {"fileName":"JDK7PlatformImplementations.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.internal.jdk7.JDK7PlatformImplementations$ReflectSdkVersion INSTANCE -> a
    java.lang.Integer sdkVersion -> b
    13:13:void <init>() -> <init>
    15:39:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.internal.jdk8.JDK8PlatformImplementations -> xland.mcplugin.games25.paperspeedzero.cq:
# {"fileName":"JDK8PlatformImplementations.kt","id":"sourceFile"}
    27:27:void <init>() -> <init>
xland.mcplugin.games25.paperspeedzero.libs.io.ByteStreamsKt -> xland.mcplugin.games25.paperspeedzero.cr:
# {"fileName":"IOStreams.kt","id":"sourceFile"}
    119:127:long copyTo(java.io.InputStream,java.io.OutputStream,int) -> a
    118:118:long copyTo$default(java.io.InputStream,java.io.OutputStream,int,int,java.lang.Object) -> a
    150:152:byte[] readBytes(java.io.InputStream) -> a
xland.mcplugin.games25.paperspeedzero.libs.io.CloseableKt -> xland.mcplugin.games25.paperspeedzero.cs:
# {"fileName":"Closeable.kt","id":"sourceFile"}
    45:54:void closeFinally(java.io.Closeable,java.lang.Throwable) -> a
xland.mcplugin.games25.paperspeedzero.libs.io.path.PathsKt -> xland.mcplugin.games25.paperspeedzero.ct:
xland.mcplugin.games25.paperspeedzero.libs.io.path.PathsKt__PathReadWriteKt -> xland.mcplugin.games25.paperspeedzero.cu:
# {"fileName":"PathReadWrite.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.io.path.PathsKt__PathRecursiveFunctionsKt -> xland.mcplugin.games25.paperspeedzero.cv:
# {"fileName":"PathRecursiveFunctions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.io.path.PathsKt__PathUtilsKt -> xland.mcplugin.games25.paperspeedzero.cw:
# {"fileName":"PathUtils.kt","id":"sourceFile"}
    535:544:java.nio.file.Path createParentDirectories(java.nio.file.Path,java.nio.file.attribute.FileAttribute[]) -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.JvmClassMappingKt -> xland.mcplugin.games25.paperspeedzero.cx:
# {"fileName":"JvmClassMapping.kt","id":"sourceFile"}
    59:72:java.lang.Class getJavaObjectType(xland.mcplugin.games25.paperspeedzero.libs.reflect.KClass) -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function0 -> xland.mcplugin.games25.paperspeedzero.cy:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 -> xland.mcplugin.games25.paperspeedzero.cz:
# {"fileName":"Functions.kt","id":"sourceFile"}
    java.lang.Object invoke(java.lang.Object) -> invoke
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function10 -> xland.mcplugin.games25.paperspeedzero.cA:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function11 -> xland.mcplugin.games25.paperspeedzero.cB:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function12 -> xland.mcplugin.games25.paperspeedzero.cC:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function13 -> xland.mcplugin.games25.paperspeedzero.cD:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function14 -> xland.mcplugin.games25.paperspeedzero.cE:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function15 -> xland.mcplugin.games25.paperspeedzero.cF:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function16 -> xland.mcplugin.games25.paperspeedzero.cG:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function17 -> xland.mcplugin.games25.paperspeedzero.cH:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function18 -> xland.mcplugin.games25.paperspeedzero.cI:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function19 -> xland.mcplugin.games25.paperspeedzero.cJ:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function2 -> xland.mcplugin.games25.paperspeedzero.cK:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function20 -> xland.mcplugin.games25.paperspeedzero.cL:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function21 -> xland.mcplugin.games25.paperspeedzero.cM:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function22 -> xland.mcplugin.games25.paperspeedzero.cN:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function3 -> xland.mcplugin.games25.paperspeedzero.cO:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function4 -> xland.mcplugin.games25.paperspeedzero.cP:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function5 -> xland.mcplugin.games25.paperspeedzero.cQ:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function6 -> xland.mcplugin.games25.paperspeedzero.cR:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function7 -> xland.mcplugin.games25.paperspeedzero.cS:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function8 -> xland.mcplugin.games25.paperspeedzero.cT:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function9 -> xland.mcplugin.games25.paperspeedzero.cU:
# {"fileName":"Functions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ArrayIterator -> xland.mcplugin.games25.paperspeedzero.cV:
# {"fileName":"ArrayIterator.kt","id":"sourceFile"}
    java.lang.Object[] array -> a
    int index -> b
    8:8:void <init>(java.lang.Object[]) -> <init>
    10:10:boolean hasNext() -> hasNext
    11:11:java.lang.Object next() -> next
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ArrayIteratorKt -> xland.mcplugin.games25.paperspeedzero.cW:
# {"fileName":"ArrayIterator.kt","id":"sourceFile"}
    14:14:java.util.Iterator iterator(java.lang.Object[]) -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.CallableReference -> xland.mcplugin.games25.paperspeedzero.cX:
# {"fileName":"CallableReference.java","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.reflect.KCallable reflected -> a
    java.lang.Object receiver -> b
    java.lang.Class owner -> d
    java.lang.String name -> e
    java.lang.String signature -> f
    boolean isTopLevel -> g
    java.lang.Object NO_RECEIVER -> c
    69:75:void <init>(java.lang.Object,java.lang.Class,java.lang.String,java.lang.String,boolean) -> <init>
    xland.mcplugin.games25.paperspeedzero.libs.reflect.KCallable computeReflected() -> a
    81:81:java.lang.Object getBoundReceiver() -> b
    86:91:xland.mcplugin.games25.paperspeedzero.libs.reflect.KCallable compute() -> c
    111:112:xland.mcplugin.games25.paperspeedzero.libs.reflect.KDeclarationContainer getOwner() -> d
    120:120:java.lang.String getName() -> e
    132:132:java.lang.String getSignature() -> f
    48:48:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.CallableReference$NoReceiver -> xland.mcplugin.games25.paperspeedzero.cY:
# {"fileName":"CallableReference.java","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.CallableReference$NoReceiver INSTANCE -> a
    51:51:void <init>() -> <init>
    51:51:xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.CallableReference$NoReceiver access$000() -> a
    52:52:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ClassBasedDeclarationContainer -> xland.mcplugin.games25.paperspeedzero.cZ:
# {"fileName":"ClassBasedDeclarationContainer.kt","id":"sourceFile"}
    java.lang.Class getJClass() -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ClassReference -> xland.mcplugin.games25.paperspeedzero.da:
# {"fileName":"ClassReference.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ClassReference$Companion Companion -> a
    java.lang.Class jClass -> b
    java.util.Map FUNCTION_CLASSES -> c
    10:10:void <init>(java.lang.Class) -> <init>
    10:10:java.lang.Class getJClass() -> a
    91:91:boolean equals(java.lang.Object) -> equals
    94:94:int hashCode() -> hashCode
    97:97:java.lang.String toString() -> toString
    101:295:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ClassReference$Companion -> xland.mcplugin.games25.paperspeedzero.db:
# {"fileName":"ClassReference.kt","id":"sourceFile"}
    99:99:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.CollectionToArray -> xland.mcplugin.games25.paperspeedzero.dc:
# {"fileName":"CollectionToArray.kt","id":"sourceFile"}
    java.lang.Object[] EMPTY -> a
    22:110:java.lang.Object[] toArray(java.util.Collection) -> a
    36:132:java.lang.Object[] toArray(java.util.Collection,java.lang.Object[]) -> a
    14:14:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker -> xland.mcplugin.games25.paperspeedzero.dd:
# {"fileName":"DefaultConstructorMarker.java","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.FunctionReference -> xland.mcplugin.games25.paperspeedzero.de:
# {"fileName":"FunctionReference.java","id":"sourceFile"}
    int arity -> a
    27:29:void <init>(int,java.lang.Object,java.lang.Class,java.lang.String,java.lang.String,int) -> <init>
    45:45:xland.mcplugin.games25.paperspeedzero.libs.reflect.KCallable computeReflected() -> a
    80:92:boolean equals(java.lang.Object) -> equals
    97:97:int hashCode() -> hashCode
    102:110:java.lang.String toString() -> toString
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.FunctionReferenceImpl -> xland.mcplugin.games25.paperspeedzero.df:
# {"fileName":"FunctionReferenceImpl.java","id":"sourceFile"}
    24:25:void <init>(int,java.lang.Class,java.lang.String,java.lang.String,int) -> <init>
    29:30:void <init>(int,java.lang.Object,java.lang.Class,java.lang.String,java.lang.String,int) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.Intrinsics -> xland.mcplugin.games25.paperspeedzero.dg:
# {"fileName":"Intrinsics.java","id":"sourceFile"}
    16:17:void <init>() -> <init>
    24:27:void checkNotNull(java.lang.Object) -> a
    30:33:void checkNotNull(java.lang.Object,java.lang.String) -> a
    45:45:void throwJavaNpe() -> a
    50:50:void throwJavaNpe(java.lang.String) -> a
    54:54:void throwUninitializedProperty(java.lang.String) -> b
    58:59:void throwUninitializedPropertyAccessException(java.lang.String) -> c
    92:95:void checkNotNullExpressionValue(java.lang.Object,java.lang.String) -> b
    130:133:void checkNotNullParameter(java.lang.Object,java.lang.String) -> c
    140:140:void throwParameterIsNullNPE(java.lang.String) -> d
    144:157:java.lang.String createParameterIsNullExceptionMessage(java.lang.String) -> e
    161:161:int compare(long,long) -> a
    169:169:boolean areEqual(java.lang.Object,java.lang.Object) -> a
    253:253:java.lang.Throwable sanitizeStackTrace(java.lang.Throwable) -> a
    257:269:java.lang.Throwable sanitizeStackTrace(java.lang.Throwable,java.lang.String) -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.PackageReference -> xland.mcplugin.games25.paperspeedzero.dh:
# {"fileName":"PackageReference.kt","id":"sourceFile"}
    java.lang.Class jClass -> a
    java.lang.String moduleName -> b
    10:13:void <init>(java.lang.Class,java.lang.String) -> <init>
    12:12:java.lang.Class getJClass() -> a
    19:19:boolean equals(java.lang.Object) -> equals
    22:22:int hashCode() -> hashCode
    25:25:java.lang.String toString() -> toString
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.Reflection -> xland.mcplugin.games25.paperspeedzero.di:
# {"fileName":"Reflection.java","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ReflectionFactory factory -> a
    xland.mcplugin.games25.paperspeedzero.libs.reflect.KClass[] EMPTY_K_CLASS_ARRAY -> b
    51:51:xland.mcplugin.games25.paperspeedzero.libs.reflect.KDeclarationContainer getOrCreateKotlinPackage(java.lang.Class) -> a
    60:60:xland.mcplugin.games25.paperspeedzero.libs.reflect.KClass getOrCreateKotlinClass(java.lang.Class) -> b
    90:90:xland.mcplugin.games25.paperspeedzero.libs.reflect.KFunction function(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.FunctionReference) -> a
    26:39:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.ReflectionFactory -> xland.mcplugin.games25.paperspeedzero.dj:
# {"fileName":"ReflectionFactory.java","id":"sourceFile"}
    14:14:void <init>() -> <init>
    26:26:xland.mcplugin.games25.paperspeedzero.libs.reflect.KDeclarationContainer getOrCreateKotlinPackage(java.lang.Class,java.lang.String) -> a
    30:30:xland.mcplugin.games25.paperspeedzero.libs.reflect.KClass getOrCreateKotlinClass(java.lang.Class) -> a
    51:51:xland.mcplugin.games25.paperspeedzero.libs.reflect.KFunction function(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.FunctionReference) -> a
xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.SpreadBuilder -> xland.mcplugin.games25.paperspeedzero.dk:
# {"fileName":"SpreadBuilder.java","id":"sourceFile"}
    java.util.ArrayList list -> a
    17:19:void <init>(int) -> <init>
    23:48:void addSpread(java.lang.Object) -> a
    51:51:int size() -> a
    55:56:void add(java.lang.Object) -> b
    59:59:java.lang.Object[] toArray(java.lang.Object[]) -> a
xland.mcplugin.games25.paperspeedzero.libs.math.MathKt -> xland.mcplugin.games25.paperspeedzero.dl:
xland.mcplugin.games25.paperspeedzero.libs.math.MathKt__MathHKt -> xland.mcplugin.games25.paperspeedzero.dm:
# {"fileName":"MathH.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.math.MathKt__MathJVMKt -> xland.mcplugin.games25.paperspeedzero.dn:
# {"fileName":"MathJVM.kt","id":"sourceFile"}
    1326:1326:int getSign(long) -> a
xland.mcplugin.games25.paperspeedzero.libs.ranges.IntProgression -> xland.mcplugin.games25.paperspeedzero.do:
# {"fileName":"Progressions.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.ranges.IntProgression$Companion Companion -> a
    int first -> b
    int last -> c
    int step -> d
    79:104:void <init>(int,int,int) -> <init>
    94:94:int getFirst() -> a
    99:99:int getLast() -> b
    106:106:xland.mcplugin.games25.paperspeedzero.libs.collections.IntIterator iterator() -> c
    114:114:boolean isEmpty() -> d
    117:118:boolean equals(java.lang.Object) -> equals
    121:121:int hashCode() -> hashCode
    123:123:java.lang.String toString() -> toString
    79:79:java.util.Iterator iterator() -> iterator
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.ranges.IntProgression$Companion -> xland.mcplugin.games25.paperspeedzero.dp:
# {"fileName":"Progressions.kt","id":"sourceFile"}
    125:125:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.ranges.IntProgressionIterator -> xland.mcplugin.games25.paperspeedzero.dq:
# {"fileName":"ProgressionIterators.kt","id":"sourceFile"}
    int step -> a
    int finalElement -> b
    boolean hasNext -> c
    int next -> d
    40:43:void <init>(int,int,int) -> <init>
    45:45:boolean hasNext() -> hasNext
    48:56:int nextInt() -> a
xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange -> xland.mcplugin.games25.paperspeedzero.dr:
# {"fileName":"PrimitiveRanges.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange$Companion Companion -> b
    xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange EMPTY -> c
    54:54:void <init>(int,int) -> <init>
    55:55:java.lang.Integer getStart() -> e
    56:56:java.lang.Integer getEndInclusive() -> f
    73:73:boolean isEmpty() -> d
    76:77:boolean equals(java.lang.Object) -> equals
    80:80:int hashCode() -> hashCode
    82:82:java.lang.String toString() -> toString
    54:54:xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange access$getEMPTY$cp() -> g
    86:86:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange$Companion -> xland.mcplugin.games25.paperspeedzero.ds:
# {"fileName":"PrimitiveRanges.kt","id":"sourceFile"}
    84:84:void <init>() -> <init>
    86:86:xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange getEMPTY() -> a
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.ranges.RangesKt -> xland.mcplugin.games25.paperspeedzero.dt:
xland.mcplugin.games25.paperspeedzero.libs.ranges.RangesKt__RangesKt -> xland.mcplugin.games25.paperspeedzero.du:
# {"fileName":"Ranges.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.ranges.RangesKt___RangesKt -> xland.mcplugin.games25.paperspeedzero.dv:
# {"fileName":"_Ranges.kt","id":"sourceFile"}
    1130:1131:xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange until(int,int) -> a
    1280:1280:int coerceAtLeast(int,int) -> b
    1291:1291:long coerceAtLeast(long,long) -> a
    1357:1357:int coerceAtMost(int,int) -> c
    1368:1368:long coerceAtMost(long,long) -> b
    1463:1466:long coerceIn(long,long,long) -> a
xland.mcplugin.games25.paperspeedzero.libs.reflect.KCallable -> xland.mcplugin.games25.paperspeedzero.dw:
# {"fileName":"KCallable.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.reflect.KClass -> xland.mcplugin.games25.paperspeedzero.dx:
# {"fileName":"KClass.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.reflect.KDeclarationContainer -> xland.mcplugin.games25.paperspeedzero.dy:
# {"fileName":"KDeclarationContainer.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.reflect.KFunction -> xland.mcplugin.games25.paperspeedzero.dz:
# {"fileName":"KFunction.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.sequences.DropTakeSequence -> xland.mcplugin.games25.paperspeedzero.dA:
xland.mcplugin.games25.paperspeedzero.libs.sequences.EmptySequence -> xland.mcplugin.games25.paperspeedzero.dB:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.sequences.EmptySequence INSTANCE -> a
    77:77:void <init>() -> <init>
    78:78:java.util.Iterator iterator() -> a
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence -> xland.mcplugin.games25.paperspeedzero.dC:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence sequence -> a
    boolean sendWhen -> b
    xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 predicate -> c
    190:193:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence,boolean,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> <init>
    196:230:java.util.Iterator iterator() -> a
    190:190:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence access$getSequence$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence) -> a
    190:190:xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 access$getPredicate$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence) -> b
    190:190:boolean access$getSendWhen$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence) -> c
xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence$iterator$1 -> xland.mcplugin.games25.paperspeedzero.dD:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.util.Iterator iterator -> b
    int nextState -> c
    java.lang.Object nextItem -> d
    xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence this$0 -> a
    196:198:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.FilteringSequence) -> <init>
    202:211:void calcNext() -> a
    214:222:java.lang.Object next() -> next
    226:228:boolean hasNext() -> hasNext
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence -> xland.mcplugin.games25.paperspeedzero.dE:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence sequence -> a
    xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 transformer -> b
    xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 iterator -> c
    319:323:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> <init>
    331:375:java.util.Iterator iterator() -> a
    319:319:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence access$getSequence$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence) -> a
    319:319:xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 access$getIterator$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence) -> b
    319:319:xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 access$getTransformer$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence) -> c
xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence$iterator$1 -> xland.mcplugin.games25.paperspeedzero.dF:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.util.Iterator iterator -> b
    java.util.Iterator itemIterator -> c
    int state -> d
    xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence this$0 -> a
    331:332:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.FlatteningSequence) -> <init>
    340:345:java.lang.Object next() -> next
    349:351:boolean hasNext() -> hasNext
    355:373:boolean ensureItemIterator() -> a
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence -> xland.mcplugin.games25.paperspeedzero.dG:
# {"fileName":"Sequence.kt","id":"sourceFile"}
    java.util.Iterator iterator() -> a
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt -> xland.mcplugin.games25.paperspeedzero.dH:
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt__SequenceBuilderKt -> xland.mcplugin.games25.paperspeedzero.dI:
# {"fileName":"SequenceBuilder.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt__SequencesJVMKt -> xland.mcplugin.games25.paperspeedzero.dJ:
# {"fileName":"SequencesJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt__SequencesKt -> xland.mcplugin.games25.paperspeedzero.dK:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    38:38:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence sequenceOf(java.lang.Object[]) -> a
    48:60:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence sequenceOf(java.lang.Object) -> a
    75:75:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence emptySequence() -> a
    115:115:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence flatten(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence) -> a
    128:131:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence flatten$SequencesKt__SequencesKt(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
    115:115:java.util.Iterator flatten$lambda$0$SequencesKt__SequencesKt(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence) -> b
    131:131:java.lang.Object flatten$lambda$2$SequencesKt__SequencesKt(java.lang.Object) -> b
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt__SequencesKt$sequenceOf$$inlined$Sequence$1 -> xland.mcplugin.games25.paperspeedzero.dL:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.lang.Object $element$inlined -> a
    22:22:void <init>(java.lang.Object) -> <init>
    23:741:java.util.Iterator iterator() -> a
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt__SequencesKt$sequenceOf$1$1 -> xland.mcplugin.games25.paperspeedzero.dM:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    boolean _hasNext -> b
    java.lang.Object $element -> a
    49:50:void <init>(java.lang.Object) -> <init>
    53:55:java.lang.Object next() -> next
    58:58:boolean hasNext() -> hasNext
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt___SequencesJvmKt -> xland.mcplugin.games25.paperspeedzero.dN:
# {"fileName":"_SequencesJvm.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt___SequencesKt -> xland.mcplugin.games25.paperspeedzero.dO:
# {"fileName":"_Sequences.kt","id":"sourceFile"}
    436:436:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence filter(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
    827:836:java.util.List toList(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence) -> b
    2852:2852:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence plus(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence,java.lang.Object) -> a
    3051:3051:java.lang.Iterable asIterable(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence) -> c
xland.mcplugin.games25.paperspeedzero.libs.sequences.SequencesKt___SequencesKt$asIterable$$inlined$Iterable$1 -> xland.mcplugin.games25.paperspeedzero.dP:
# {"fileName":"Iterables.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence $this_asIterable$inlined -> a
    16:16:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence) -> <init>
    17:71:java.util.Iterator iterator() -> iterator
xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence -> xland.mcplugin.games25.paperspeedzero.dQ:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence sequence -> a
    xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 transformer -> b
    240:249:java.util.Iterator iterator() -> a
    252:252:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence flatten$kotlin_stdlib(xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
    238:238:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence access$getSequence$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence) -> a
    238:238:xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 access$getTransformer$p(xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence) -> b
xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence$iterator$1 -> xland.mcplugin.games25.paperspeedzero.dR:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.util.Iterator iterator -> b
    xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence this$0 -> a
    240:241:void <init>(xland.mcplugin.games25.paperspeedzero.libs.sequences.TransformingSequence) -> <init>
    243:243:java.lang.Object next() -> next
    247:247:boolean hasNext() -> hasNext
    void remove() -> remove
xland.mcplugin.games25.paperspeedzero.libs.text.CharsKt -> xland.mcplugin.games25.paperspeedzero.dS:
xland.mcplugin.games25.paperspeedzero.libs.text.CharsKt__CharJVMKt -> xland.mcplugin.games25.paperspeedzero.dT:
# {"fileName":"CharJVM.kt","id":"sourceFile"}
    103:103:boolean isWhitespace(char) -> a
xland.mcplugin.games25.paperspeedzero.libs.text.CharsKt__CharKt -> xland.mcplugin.games25.paperspeedzero.dU:
# {"fileName":"Char.kt","id":"sourceFile"}
    224:230:boolean equals(char,char,boolean) -> a
xland.mcplugin.games25.paperspeedzero.libs.text.Charsets -> xland.mcplugin.games25.paperspeedzero.dV:
# {"fileName":"Charsets.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.text.Charsets INSTANCE -> a
    java.nio.charset.Charset UTF_8 -> b
    java.nio.charset.Charset UTF_16 -> c
    java.nio.charset.Charset UTF_16BE -> d
    java.nio.charset.Charset UTF_16LE -> e
    java.nio.charset.Charset US_ASCII -> f
    java.nio.charset.Charset ISO_8859_1 -> g
    24:24:void <init>() -> <init>
    29:61:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.text.LinesIterator -> xland.mcplugin.games25.paperspeedzero.dW:
# {"fileName":"Strings.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.text.LinesIterator$State State -> a
    java.lang.CharSequence string -> b
    int state -> c
    int tokenStartIndex -> d
    int delimiterStartIndex -> e
    int delimiterLength -> f
    1271:1271:void <init>(java.lang.CharSequence) -> <init>
    1284:1312:boolean hasNext() -> hasNext
    1316:1324:java.lang.String next() -> a
    void remove() -> remove
    1271:1271:java.lang.Object next() -> next
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.text.LinesIterator$State -> xland.mcplugin.games25.paperspeedzero.dX:
# {"fileName":"Strings.kt","id":"sourceFile"}
    1272:1272:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.text.Regex -> xland.mcplugin.games25.paperspeedzero.dY:
# {"fileName":"Regex.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.text.Regex$Companion Companion -> a
    java.util.regex.Pattern nativePattern -> b
    83:86:void <init>(java.util.regex.Pattern) -> <init>
    90:90:void <init>(java.lang.String) -> <init>
    108:108:boolean matches(java.lang.CharSequence) -> a
    318:318:java.lang.String toString() -> toString
    void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.text.Regex$Companion -> xland.mcplugin.games25.paperspeedzero.dZ:
# {"fileName":"Regex.kt","id":"sourceFile"}
    339:339:void <init>() -> <init>
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt -> xland.mcplugin.games25.paperspeedzero.ea:
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__AppendableKt -> xland.mcplugin.games25.paperspeedzero.eb:
# {"fileName":"Appendable.kt","id":"sourceFile"}
    91:97:void appendElement(java.lang.Appendable,java.lang.Object,xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1) -> a
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__IndentKt -> xland.mcplugin.games25.paperspeedzero.ec:
# {"fileName":"Indent.kt","id":"sourceFile"}
    70:70:java.lang.String trimIndent(java.lang.String) -> a
    76:173:java.lang.String replaceIndent(java.lang.String,java.lang.String) -> a
    107:179:int indentWidth$StringsKt__IndentKt(java.lang.String) -> b
    109:112:xland.mcplugin.games25.paperspeedzero.libs.jvm.functions.Function1 getIndentFunction$StringsKt__IndentKt(java.lang.String) -> c
    110:110:java.lang.String getIndentFunction$lambda$0$StringsKt__IndentKt(java.lang.String) -> d
    111:111:java.lang.String getIndentFunction$lambda$1$StringsKt__IndentKt(java.lang.String,java.lang.String) -> b
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__RegexExtensionsJVMKt -> xland.mcplugin.games25.paperspeedzero.ed:
# {"fileName":"RegexExtensionsJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__RegexExtensionsKt -> xland.mcplugin.games25.paperspeedzero.ee:
# {"fileName":"RegexExtensions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringBuilderJVMKt -> xland.mcplugin.games25.paperspeedzero.ef:
# {"fileName":"StringBuilderJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringBuilderKt -> xland.mcplugin.games25.paperspeedzero.eg:
# {"fileName":"StringBuilder.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringNumberConversionsJVMKt -> xland.mcplugin.games25.paperspeedzero.eh:
# {"fileName":"StringNumberConversionsJVM.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringNumberConversionsKt -> xland.mcplugin.games25.paperspeedzero.ei:
# {"fileName":"StringNumberConversions.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringsJVMKt -> xland.mcplugin.games25.paperspeedzero.ej:
# {"fileName":"StringsJVM.kt","id":"sourceFile"}
    215:215:java.lang.String decodeToString(byte[]) -> a
    258:258:byte[] encodeToByteArray(java.lang.String) -> b
    448:451:boolean startsWith(java.lang.String,java.lang.String,boolean) -> a
    447:447:boolean startsWith$default(java.lang.String,java.lang.String,boolean,int,java.lang.Object) -> a
    487:490:boolean endsWith(java.lang.String,java.lang.String,boolean) -> b
    486:486:boolean endsWith$default(java.lang.String,java.lang.String,boolean,int,java.lang.Object) -> b
    725:728:boolean regionMatches(java.lang.String,int,java.lang.String,int,int,boolean) -> a
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringsKt -> xland.mcplugin.games25.paperspeedzero.ek:
# {"fileName":"Strings.kt","id":"sourceFile"}
    216:225:java.lang.CharSequence padStart(java.lang.CharSequence,int,char) -> a
    238:238:java.lang.String padStart(java.lang.String,int,char) -> a
    310:1793:boolean isBlank(java.lang.CharSequence) -> a
    403:403:java.lang.String substring(java.lang.String,xland.mcplugin.games25.paperspeedzero.libs.ranges.IntRange) -> a
    682:685:java.lang.String removeSurrounding(java.lang.String,java.lang.CharSequence,java.lang.CharSequence) -> a
    857:865:boolean regionMatchesImpl(java.lang.CharSequence,int,java.lang.CharSequence,int,int,boolean) -> a
    884:887:boolean startsWith(java.lang.CharSequence,java.lang.CharSequence,boolean) -> a
    883:883:boolean startsWith$default(java.lang.CharSequence,java.lang.CharSequence,boolean,int,java.lang.Object) -> a
    904:907:boolean endsWith(java.lang.CharSequence,java.lang.CharSequence,boolean) -> b
    903:903:boolean endsWith$default(java.lang.CharSequence,java.lang.CharSequence,boolean,int,java.lang.Object) -> b
    1550:1550:xland.mcplugin.games25.paperspeedzero.libs.sequences.Sequence lineSequence(java.lang.CharSequence) -> b
    1557:1557:java.util.List lines(java.lang.CharSequence) -> c
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt__StringsKt$lineSequence$$inlined$Sequence$1 -> xland.mcplugin.games25.paperspeedzero.el:
# {"fileName":"Sequences.kt","id":"sourceFile"}
    java.lang.CharSequence $this_lineSequence$inlined -> a
    22:22:void <init>(java.lang.CharSequence) -> <init>
    23:731:java.util.Iterator iterator() -> a
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt___StringsJvmKt -> xland.mcplugin.games25.paperspeedzero.em:
# {"fileName":"_StringsJvm.kt","id":"sourceFile"}
xland.mcplugin.games25.paperspeedzero.libs.text.StringsKt___StringsKt -> xland.mcplugin.games25.paperspeedzero.en:
# {"fileName":"_Strings.kt","id":"sourceFile"}
    346:2592:java.lang.String drop(java.lang.String,int) -> a
xland.mcplugin.games25.paperspeedzero.libs.time.Duration -> xland.mcplugin.games25.paperspeedzero.eo:
# {"fileName":"Duration.kt","id":"sourceFile"}
    xland.mcplugin.games25.paperspeedzero.libs.time.Duration$Companion Companion -> a
    long rawValue -> b
    long ZERO -> c
    long INFINITE -> d
    long NEG_INFINITE -> e
    long INVALID -> f
    40:40:long getValue-impl(long) -> t
    42:1614:boolean isInNanos-impl(long) -> u
    43:1615:boolean isInMillis-impl(long) -> v
    44:44:xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit getStorageUnit-impl(long) -> w
    353:1616:long unaryMinus-UwyO8pc(long) -> a
    527:527:boolean isNegative-impl(long) -> b
    533:533:boolean isInfinite-impl(long) -> c
    539:539:long getAbsoluteValue-UwyO8pc(long) -> d
    542:1618:int compareTo-LRDsOJo(long,long) -> a
    541:548:int compareTo-LRDsOJo(long) -> e
    625:625:int getHoursComponent-impl(long) -> f
    629:629:int getMinutesComponent-impl(long) -> g
    633:633:int getSecondsComponent-impl(long) -> h
    637:641:int getNanosecondsComponent-impl(long) -> i
    681:684:long toLong-impl(long,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> a
    721:721:long getInWholeDays-impl(long) -> j
    734:734:long getInWholeHours-impl(long) -> k
    747:747:long getInWholeMinutes-impl(long) -> l
    760:760:long getInWholeSeconds-impl(long) -> m
    839:1619:java.lang.String toString-impl(long) -> n
    839:882:java.lang.String toString() -> toString
    885:1625:void appendFractional-impl(long,java.lang.StringBuilder,int,int,int,java.lang.String,boolean) -> a
    int hashCode-impl(long) -> o
    int hashCode() -> hashCode
    boolean equals-impl(long,java.lang.Object) -> a
    boolean equals(java.lang.Object) -> equals
    37:37:void <init>(long) -> <init>
    long constructor-impl(long) -> p
    xland.mcplugin.games25.paperspeedzero.libs.time.Duration box-impl(long) -> q
    long unbox-impl() -> a
    32:32:int compareTo(java.lang.Object) -> compareTo
    32:32:boolean access$isInNanos-impl(long) -> r
    32:32:long access$getValue-impl(long) -> s
    61:69:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.time.Duration$Companion -> xland.mcplugin.games25.paperspeedzero.ep:
# {"fileName":"Duration.kt","id":"sourceFile"}
    46:46:void <init>() -> <init>
    48:57:long fromRawValue-UwyO8pc$kotlin_stdlib(long) -> a
    void <init>(xland.mcplugin.games25.paperspeedzero.libs.jvm.internal.DefaultConstructorMarker) -> <init>
xland.mcplugin.games25.paperspeedzero.libs.time.DurationJvmKt -> xland.mcplugin.games25.paperspeedzero.eq:
# {"fileName":"DurationJvm.kt","id":"sourceFile"}
    boolean durationAssertionsEnabled -> a
    java.lang.ThreadLocal[] precisionFormats -> b
    12:12:boolean getDurationAssertionsEnabled() -> a
    12:14:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.time.DurationKt -> xland.mcplugin.games25.paperspeedzero.er:
# {"fileName":"Duration.kt","id":"sourceFile"}
    977:986:long toDuration(long,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> a
    1591:1591:long millisToNanos(long) -> c
    1593:1593:long durationOfNanos(long) -> d
    1594:1594:long durationOfMillis(long) -> e
    1595:1595:long durationOf(long,int) -> b
    1:1:long access$durationOf(long,int) -> a
    1:1:long access$durationOfMillis(long) -> a
    1:1:long access$millisToNanos(long) -> b
xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit -> xland.mcplugin.games25.paperspeedzero.es:
# {"fileName":"DurationUnitJvm.kt","id":"sourceFile"}
    java.util.concurrent.TimeUnit timeUnit -> h
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit NANOSECONDS -> a
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit MICROSECONDS -> b
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit MILLISECONDS -> c
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit SECONDS -> d
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit MINUTES -> e
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit HOURS -> f
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit DAYS -> g
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit[] $VALUES -> i
    xland.mcplugin.games25.paperspeedzero.libs.enums.EnumEntries $ENTRIES -> j
    13:14:void <init>(java.lang.String,int,java.util.concurrent.TimeUnit) -> <init>
    14:14:java.util.concurrent.TimeUnit getTimeUnit$kotlin_stdlib() -> a
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit[] values() -> values
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit valueOf(java.lang.String) -> valueOf
    xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit[] $values() -> b
    18:42:void <clinit>() -> <clinit>
xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnitKt -> xland.mcplugin.games25.paperspeedzero.et:
xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnitKt__DurationUnitJvmKt -> xland.mcplugin.games25.paperspeedzero.eu:
# {"fileName":"DurationUnitJvm.kt","id":"sourceFile"}
    77:77:long convertDurationUnitOverflow(long,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> a
    82:82:long convertDurationUnit(long,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> b
xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnitKt__DurationUnitKt -> xland.mcplugin.games25.paperspeedzero.ev:
# {"fileName":"DurationUnit.kt","id":"sourceFile"}
    72:72:long convertDurationUnitToMilliseconds(long,xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> a
    86:98:long multiplyNonNegativeWithoutOverflow$DurationUnitKt__DurationUnitKt(long,long) -> a
    105:112:long getMillisMultiplier$DurationUnitKt__DurationUnitKt(xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnit) -> a
xland.mcplugin.games25.paperspeedzero.libs.time.DurationUnitKt__DurationUnitKt$WhenMappings -> xland.mcplugin.games25.paperspeedzero.ew:
# {"fileName":"DurationUnit.kt","id":"sourceFile"}
    int[] $EnumSwitchMapping$0 -> a
    void <clinit>() -> <clinit>
