| public static <K, V> Collector<Map$Entry<? extends K, ? extends V>, ?, Map<K, V>> |
| toMap() |
| method_664() |
| toMap() |
|
| public static <T> Collector<T, ?, List<T>> |
| toMutableList() |
| method_58579() |
| toArrayList() |
|
| public static <T extends Comparable<T>> String |
|
| public static String |
|
| public static TimeSupplier$Nanoseconds |
| timeSource() |
| method_1_6332() |
| getNanoTimeSupplier() |
|
| public static void |
|
| public static void |
| shutdownTimeSource() |
| method_1_6331() |
| freezeNanoTimeSupplier() |
|
| public static long |
| getMillis() |
| method_658() |
| getMeasuringTimeMs() |
|
| public static long |
| getNanos() |
| method_648() |
| getMeasuringTimeNano() |
|
| public static long |
| getEpochMillis() |
| method_659() |
| getEpochTimeMs() |
|
| public static String |
| getFilenameFormattedDateTime() |
| method_44893() |
| getFormattedCurrentTime() |
|
| private static NameableExecutor |
|
| public static int |
| maxAllowedExecutorThreads() |
| method_65951() |
| getAvailableBackgroundThreads() |
|
| private static int |
| getMaxThreads() |
| method_38648() |
| getMaxBackgroundThreads() |
|
| public static NameableExecutor |
| backgroundExecutor() |
| method_18349() |
| getMainWorkerExecutor() |
|
| public static NameableExecutor |
| ioPool() |
| method_27958() |
| getIoWorkerExecutor() |
|
| public static NameableExecutor |
| nonCriticalIoPool() |
| method_55473() |
| getDownloadWorkerExecutor() |
|
| public static void |
| shutdownExecutors() |
| method_18350() |
| shutdownExecutors() |
|
| private static NameableExecutor |
| makeIoExecutor(String prefix, boolean daemon) |
| method_27959(String arg0, boolean arg1) |
| createIoWorker(String namePrefix, boolean daemon) |
|
| public static void |
|
| private static void |
|
| public static com.mojang.datafixers.types.Type<?> |
| fetchChoiceType(com.mojang.datafixers.DSL$TypeReference reference, String name) |
| method_29187(com.mojang.datafixers.DSL$TypeReference arg0, String arg1) |
| getChoiceType(com.mojang.datafixers.DSL$TypeReference typeReference, String id) |
|
| private static com.mojang.datafixers.types.Type<?> |
| doFetchChoiceType(com.mojang.datafixers.DSL$TypeReference reference, String name) |
| method_29191(com.mojang.datafixers.DSL$TypeReference arg0, String arg1) |
| getChoiceTypeInternal(com.mojang.datafixers.DSL$TypeReference typeReference, String id) |
|
| public static void |
|
| public static <T> String |
| getRegisteredName(Registry<T> registry, T entry) |
| method_57107(class_2378<T> arg0, T arg1) |
| registryValueToString(Registry<T> registry, T value) |
|
| public static <T> Predicate<T> |
| allOf() |
| method_61210() |
| and() |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
| allOf(Predicate<? super T> condition1, Predicate<? super T> condition2, Predicate<? super T> condition3, Predicate<? super T> condition4, Predicate<? super T> condition5) |
| method_61196(Predicate<? super T> arg0, Predicate<? super T> arg1, Predicate<? super T> arg2, Predicate<? super T> arg3, Predicate<? super T> arg4) |
| and(Predicate<? super T> a, Predicate<? super T> b, Predicate<? super T> c, Predicate<? super T> d, Predicate<? super T> e) |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
| anyOf() |
| method_61211() |
| or() |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
| anyOf(Predicate<? super T> condition1, Predicate<? super T> condition2, Predicate<? super T> condition3, Predicate<? super T> condition4, Predicate<? super T> condition5) |
| method_61206(Predicate<? super T> arg0, Predicate<? super T> arg1, Predicate<? super T> arg2, Predicate<? super T> arg3, Predicate<? super T> arg4) |
| or(Predicate<? super T> a, Predicate<? super T> b, Predicate<? super T> c, Predicate<? super T> d, Predicate<? super T> e) |
|
| public static <T> Predicate<T> |
|
| public static <T> Predicate<T> |
|
| public static <T> boolean |
| isSymmetrical(int width, int height, List<T> ingredients) |
| method_59901(int arg0, int arg1, List<T> arg2) |
| isSymmetrical(int width, int height, List<T> list) |
|
| public static int |
| growByHalf(int currentSize, int minimalNewSize) |
| method_68172(int arg0, int arg1) |
| nextCapacity(int current, int min) |
|
| public static DateTimeFormatter |
|
| public static ThreadInfo[] |
| dumpThreadInfo() |
| method_1_4709() |
| getThreadInfos() |
|
| public static Util$OperatingSystem |
| getPlatform() |
| method_668() |
| getOperatingSystem() |
|
| public static boolean |
| isAarch64() |
| method_72236() |
| isOnAarch64() |
|
| public static URI |
| parseAndValidateUntrustedUri(String uri) |
| method_60931(String arg0) |
| validateUri(String uri) |
|
| public static <T> T |
| findNextInIterable(Iterable<T> collection, T current) |
| method_660(Iterable<T> arg0, T arg1) |
| next(Iterable<T> iterable, T object) |
|
| public static <T> T |
| findPreviousInIterable(Iterable<T> collection, T current) |
| method_645(Iterable<T> arg0, T arg1) |
| previous(Iterable<T> iterable, T object) |
|
| public static <T> T |
|
| public static <T> T |
| make(T t, Consumer<? super T> consumer) |
| method_654(T arg0, Consumer<? super T> arg1) |
| make(T object, Consumer<? super T> initializer) |
|
| public static <K extends Enum<K>, V> Map<K, V> |
|
| public static <K, V1, V2> Map<K, V2> |
| mapValues(Map<K, V1> map, Function<? super V1, V2> valueMapper) |
| method_65968(Map<K, V1> arg0, Function<? super V1, V2> arg1) |
| transformMapValues(Map<K, V1> map, Function<? super V1, V2> transformer) |
|
| public static <K, V1, V2> Map<K, V2> |
| mapValuesLazy(Map<K, V1> map, com.google.common.base.Function<V1, V2> valueMapper) |
| method_65967(Map<K, V1> arg0, com.google.common.base.Function<V1, V2> arg1) |
| transformMapValuesLazy(Map<K, V1> map, com.google.common.base.Function<V1, V2> transformer) |
|
| public static <T extends Enum<T>> Set<T> |
| allOfEnumExcept(T value) |
| method_1_2910(T arg0) |
| allExcept(T except) |
|
| public static <V> CompletableFuture<List<V>> |
|
| public static <V> CompletableFuture<List<V>> |
|
| public static <V> CompletableFuture<List<V>> |
|
| private static <V> CompletableFuture<List<V>> |
|
| public static <T> Optional<T> |
|
| public static <T> Supplier<T> |
|
| public static Runnable |
|
| public static void |
| logAndPauseIfInIde(String message) |
| method_33559(String arg0) |
| logErrorOrPause(String message) |
|
| public static void |
|
| public static <T extends Throwable> T |
| pauseInIde(T t) |
| method_22320(T arg0) |
| getFatalOrPause(T t) |
|
| public static void |
|
| private static void |
|
| public static String |
|
| public static <T> T |
|
| public static int |
|
| public static <T> T |
|
| public static <T> Optional<T> |
|
| private static BooleanSupplier |
|
| private static BooleanSupplier |
| createDeleter(Path target) |
| method_30624(Path arg0) |
| deleteTask(Path path) |
|
| private static BooleanSupplier |
| createFileDeletedCheck(Path target) |
| method_30628(Path arg0) |
| deletionVerifyTask(Path path) |
|
| private static BooleanSupplier |
| createFileCreatedCheck(Path target) |
| method_30629(Path arg0) |
| existenceCheckTask(Path path) |
|
| private static boolean |
|
| private static boolean |
|
| public static boolean |
|
| public static void |
|
| public static boolean |
| safeReplaceOrMoveFile(Path targetPath, Path newPath, Path backupPath, boolean noRollback) |
| method_41204(Path arg0, Path arg1, Path arg2, boolean arg3) |
| backupAndReplace(Path current, Path newPath, Path backup, boolean noRestoreOnFail) |
|
| public static int |
| offsetByCodepoints(String input, int pos, int offset) |
| method_27761(String arg0, int arg1, int arg2) |
| moveCursor(String string, int cursor, int delta) |
|
| public static Consumer<String> |
|
| public static com.mojang.serialization.DataResult<int[]> |
|
| public static com.mojang.serialization.DataResult<long[]> |
|
| public static <T> com.mojang.serialization.DataResult<List<T>> |
| fixedSize(List<T> list, int size) |
| method_33141(List<T> arg0, int arg1) |
| decodeFixedLengthList(List<T> list, int length) |
|
| public static void |
| startTimerHackThread() |
| method_29476() |
| startTimerHack() |
|
| public static void |
|
| public static String |
|
| public static <K, V> CachedMapper<K, V> |
| singleKeyCache(Function<K, V> computeValueFunction) |
| method_48746(Function<K, V> arg0) |
| cachedMapper(Function<K, V> mapper) |
|
| public static <T, R> Function<T, R> |
|
| public static <T, U, R> BiFunction<T, U, R> |
|
| public static <T> List<T> |
|
| public static it.unimi.dsi.fastutil.ints.IntArrayList |
|
| public static <T> List<T> |
|
| public static <T> List<T> |
| shuffledCopy(it.unimi.dsi.fastutil.objects.ObjectArrayList<T> list, RandomSource random) |
| method_43027(it.unimi.dsi.fastutil.objects.ObjectArrayList<T> arg0, class_5819 arg1) |
| copyShuffled(it.unimi.dsi.fastutil.objects.ObjectArrayList<T> list, Random random) |
|
| public static <T> void |
|
| public static <T> CompletableFuture<T> |
|
| public static <T> T |
|
| public static <T> ToIntFunction<T> |
| createIndexLookup(List<T> values) |
| method_43658(List<T> arg0) |
| lastIndexGetter(List<T> values) |
|
| public static <T> ToIntFunction<T> |
| createIndexIdentityLookup(List<T> values) |
| method_53909(List<T> arg0) |
| lastIdentityIndexGetter(List<T> values) |
|
| public static <A, B> com.mojang.datafixers.Typed<B> |
| writeAndReadTypedOrThrow(com.mojang.datafixers.Typed<A> typed, com.mojang.datafixers.types.Type<B> newType, UnaryOperator<com.mojang.serialization.Dynamic<?>> function) |
| method_54907(com.mojang.datafixers.Typed<A> arg0, com.mojang.datafixers.types.Type<B> arg1, UnaryOperator<com.mojang.serialization.Dynamic<?>> arg2) |
| apply(com.mojang.datafixers.Typed<A> typed, com.mojang.datafixers.types.Type<B> type, UnaryOperator<com.mojang.serialization.Dynamic<?>> modifier) |
|
| public static <T> com.mojang.datafixers.Typed<T> |
| readTypedOrThrow(com.mojang.datafixers.types.Type<T> type, com.mojang.serialization.Dynamic<?> dynamic) |
| method_54908(com.mojang.datafixers.types.Type<T> arg0, com.mojang.serialization.Dynamic<?> arg1) |
| readTyped(com.mojang.datafixers.types.Type<T> type, com.mojang.serialization.Dynamic<?> value) |
|
| public static <T> com.mojang.datafixers.Typed<T> |
| readTypedOrThrow(com.mojang.datafixers.types.Type<T> type, com.mojang.serialization.Dynamic<?> dynamic, boolean acceptPartial) |
| method_55333(com.mojang.datafixers.types.Type<T> arg0, com.mojang.serialization.Dynamic<?> arg1, boolean arg2) |
| readTyped(com.mojang.datafixers.types.Type<T> type, com.mojang.serialization.Dynamic<?> value, boolean allowPartial) |
|
| public static <T> List<T> |
| copyAndAdd(List<T> list, T element) |
| method_57108(List<T> arg0, T arg1) |
| withAppended(List<T> list, T valueToAppend) |
|
| public static <T> List<T> |
| copyAndAdd(List<T> list, T... elements) |
| method_1_2911(List<T> arg0, T... arg1) |
| withAppended(List<T> list, T... valuesToAppend) |
|
| public static <T> List<T> |
| copyAndAdd(T element, List<T> list) |
| method_58272(T arg0, List<T> arg1) |
| withPrepended(T valueToPrepend, List<T> list) |
|
| public static <T> List<T> |
|
| public static <T> List<T> |
|
| public static <K, V> Map<K, V> |
| copyAndPut(Map<K, V> map, K key, V value) |
| method_57109(Map<K, V> arg0, K arg1, V arg2) |
| mapWith(Map<K, V> map, K keyToAppend, V valueToAppend) |
|
| private static String |
|
| private static String |
| lambda$fixedSize$2(int arg0) |
| method_49399(int arg0) |
| method_49399(int arg0) |
|
| private static String |
| lambda$fixedSize$1(int arg0) |
| method_51823(int arg0) |
| method_51823(int arg0) |
|
| private static String |
| lambda$fixedSize$0(int arg0) |
| method_49400(int arg0) |
| method_49400(int arg0) |
|
| private static void |
|
| private static List |
| lambda$fallibleSequence$1(it.unimi.dsi.fastutil.objects.ObjectArrayList arg0, Void arg1) |
| method_76040(it.unimi.dsi.fastutil.objects.ObjectArrayList arg0, Void arg1) |
| method_76040(it.unimi.dsi.fastutil.objects.ObjectArrayList arg0, Void arg1) |
|
| private static void |
| lambda$fallibleSequence$0(Consumer arg0, it.unimi.dsi.fastutil.objects.ObjectArrayList arg1, int arg2, Object arg3, Throwable arg4) |
| method_43372(Consumer arg0, it.unimi.dsi.fastutil.objects.ObjectArrayList arg1, int arg2, Object arg3, Throwable arg4) |
| method_43372(Consumer arg0, it.unimi.dsi.fastutil.objects.ObjectArrayList arg1, int arg2, Object value, Throwable throwable) |
|
| private static void |
|
| private static List |
|
| private static Object |
|
| private static Predicate[] |
| lambda$anyOf$6(int arg0) |
| method_61111(int arg0) |
| method_61111(int arg0) |
|
| private static boolean |
|
| private static boolean |
| lambda$anyOf$4(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object arg5) |
| method_61197(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object arg5) |
| method_61197(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object o) |
|
| private static boolean |
| lambda$anyOf$3(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object arg4) |
| method_61195(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object arg4) |
| method_61195(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object o) |
|
| private static boolean |
|
| private static boolean |
|
| private static boolean |
|
| private static Predicate[] |
| lambda$allOf$6(int arg0) |
| method_61112(int arg0) |
| method_61112(int arg0) |
|
| private static boolean |
|
| private static boolean |
| lambda$allOf$4(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object arg5) |
| method_61207(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object arg5) |
| method_61207(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Predicate arg4, Object o) |
|
| private static boolean |
| lambda$allOf$3(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object arg4) |
| method_61205(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object arg4) |
| method_61205(Predicate arg0, Predicate arg1, Predicate arg2, Predicate arg3, Object o) |
|
| private static boolean |
|
| private static boolean |
|
| private static boolean |
|
| private static Thread |
|
| private static ForkJoinWorkerThread |
|
| private static void |
|
| private static void |
| lambda$static$3(com.google.common.escape.Escapers$Builder arg0) |
| method_1_5113(com.google.common.escape.Escapers$Builder arg0) |
| method_1_5113(com.google.common.escape.Escapers$Builder builder) |
|
| private static IllegalStateException |
| lambda$static$2() |
| method_37154() |
| method_37154() |
|
| private static boolean |
|
| private static long |
| lambda$static$0() |
| method_1_6329() |
| method_1_6329() |
|