Uses of Interface
net.minecraft.class_7403
Packages that use class_7403
Package
Description
-
Uses of class_7403 in net.minecraft.data
Classes in net.minecraft.data that implement class_7403Methods in net.minecraft.data that return class_7403Methods in net.minecraft.data with parameters of type class_7403Modifier and TypeMethodDescriptionvoidDataProvider.run(class_7403 cache) voidSnbtProvider.run(class_7403 cache) private voidSnbtProvider.write(class_7403 cache, SnbtProvider.CompressedData data, Path root) static voidDataProvider.writeToPath(Gson gson, class_7403 class_7403, JsonElement output, Path path) -
Uses of class_7403 in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type class_7403Modifier and TypeMethodDescriptionvoidModelProvider.run(class_7403 cache) private <T> voidModelProvider.writeJsons(class_7403 cache, Path root, Map<T, ? extends Supplier<JsonElement>> jsons, BiFunction<Path, T, Path> locator) -
Uses of class_7403 in net.minecraft.data.dev
Methods in net.minecraft.data.dev with parameters of type class_7403 -
Uses of class_7403 in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type class_7403Modifier and TypeMethodDescriptionvoidBlockListProvider.run(class_7403 cache) voidCommandSyntaxProvider.run(class_7403 cache) voidRegistryDumpProvider.run(class_7403 cache) voidWorldgenProvider.run(class_7403 cache) private static <E,T extends Registry<E>>
voidWorldgenProvider.writeRegistryEntries(Path path, class_7403 cache, com.mojang.serialization.DynamicOps<JsonElement> json, RegistryKey<? extends T> registryKey, T registry, com.mojang.serialization.Encoder<E> encoder) private static <T> voidWorldgenProvider.writeRegistryEntries(class_7403 cache, Path path, DynamicRegistryManager registryManager, com.mojang.serialization.DynamicOps<JsonElement> json, DynamicRegistryManager.Info<T> info) private static <E> voidWorldgenProvider.writeToPath(Path path, class_7403 cache, com.mojang.serialization.DynamicOps<JsonElement> json, com.mojang.serialization.Encoder<E> encoder, E value) -
Uses of class_7403 in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type class_7403Modifier and TypeMethodDescriptionprivate static <E> voidBiomeParametersProvider.method_42030(Path path, class_7403 class_7403, com.mojang.serialization.DynamicOps<JsonElement> dynamicOps, com.mojang.serialization.Encoder<E> encoder, E e) voidAbstractTagProvider.run(class_7403 cache) voidAdvancementProvider.run(class_7403 cache) voidBiomeParametersProvider.run(class_7403 cache) voidLootTableProvider.run(class_7403 cache) voidRecipeProvider.run(class_7403 cache) private static voidRecipeProvider.saveRecipe(class_7403 cache, JsonObject json, Path path) private static voidRecipeProvider.saveRecipeAdvancement(class_7403 cache, JsonObject json, Path path)