| CompletableFuture<?> | |
| String | | getName() | | getName() | | method_10321() | | getName() |
|
| static <T> CompletableFuture<?> | | saveAll(CachedOutput cache, com.mojang.serialization.Codec<T> codec, PackOutput$PathProvider pathProvider, Map<Identifier, T> entries) | | saveAll(CachedOutput cache, com.mojang.serialization.Codec<T> codec, PackOutput$PathProvider pathProvider, Map<Identifier, T> entries) | | method_64110(class_7403 arg0, com.mojang.serialization.Codec<T> arg1, class_7784$class_7489 arg2, Map<class_2960, T> arg3) | | writeAllToPath(DataWriter writer, com.mojang.serialization.Codec<T> codec, DataOutput$PathResolver pathResolver, Map<Identifier, T> idsToValues) |
|
| static <T, E> CompletableFuture<?> | | saveAll(CachedOutput cache, com.mojang.serialization.Codec<E> codec, Function<T, Path> pathGetter, Map<T, E> contents) | | saveAll(CachedOutput cache, com.mojang.serialization.Codec<E> codec, Function<T, Path> pathGetter, Map<T, E> contents) | | method_65771(class_7403 arg0, com.mojang.serialization.Codec<E> arg1, Function<T, Path> arg2, Map<T, E> arg3) | | writeAllToPath(DataWriter writer, com.mojang.serialization.Codec<E> codec, Function<T, Path> pathResolver, Map<T, E> idsToValues) |
|
| static <T, E> CompletableFuture<?> | | saveAll(CachedOutput cache, Function<E, com.google.gson.JsonElement> serializer, Function<T, Path> pathGetter, Map<T, E> contents) | | saveAll(CachedOutput cache, Function<E, com.google.gson.JsonElement> serializer, Function<T, Path> pathGetter, Map<T, E> contents) | | method_65772(class_7403 arg0, Function<E, com.google.gson.JsonElement> arg1, Function<T, Path> arg2, Map<T, E> arg3) | | writeAllToPath(DataWriter writer, Function<E, com.google.gson.JsonElement> serializer, Function<T, Path> pathResolver, Map<T, E> idsToValues) |
|
| static <T> CompletableFuture<?> | | saveStable(CachedOutput cache, HolderLookup$Provider registries, com.mojang.serialization.Codec<T> codec, T value, Path path) | | saveStable(CachedOutput cache, HolderLookup$Provider registries, com.mojang.serialization.Codec<T> codec, T value, Path path) | | method_53496(class_7403 arg0, class_7225$class_7874 arg1, com.mojang.serialization.Codec<T> arg2, T arg3, Path arg4) | | writeCodecToPath(DataWriter writer, RegistryView$WrapperLookup registries, com.mojang.serialization.Codec<T> codec, T value, Path path) |
|
| static <T> CompletableFuture<?> | | saveStable(CachedOutput cache, com.mojang.serialization.Codec<T> codec, T value, Path path) | | saveStable(CachedOutput cache, com.mojang.serialization.Codec<T> codec, T value, Path path) | | method_64108(class_7403 arg0, com.mojang.serialization.Codec<T> arg1, T arg2, Path arg3) | | writeCodecToPath(DataWriter writer, com.mojang.serialization.Codec<T> codec, T value, Path path) |
|
| private static <T> CompletableFuture<?> | | saveStable(CachedOutput cache, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> ops, com.mojang.serialization.Codec<T> codec, T value, Path path) | | saveStable(CachedOutput cache, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> ops, com.mojang.serialization.Codec<T> codec, T value, Path path) | | method_64111(class_7403 arg0, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> arg1, com.mojang.serialization.Codec<T> arg2, T arg3, Path arg4) | | writeCodecToPath(DataWriter writer, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> ops, com.mojang.serialization.Codec<T> codec, T value, Path path) |
|
| static CompletableFuture<?> | |