Uses of Record Class
net.minecraft.class_9225
Packages that use class_9225
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of class_9225 in net.minecraft.client.resource
Fields in net.minecraft.client.resource declared as class_9225Modifier and TypeFieldDescriptionprivate static final class_9225DefaultClientResourcePackProvider.field_49132private static final class_9225DefaultClientResourcePackProvider.field_49133 -
Uses of class_9225 in net.minecraft.client.resource.server
Fields in net.minecraft.client.resource.server declared as class_9225Modifier and TypeFieldDescriptionprivate static final class_9225ServerResourcePackLoader.field_49134 -
Uses of class_9225 in net.minecraft.resource
Fields in net.minecraft.resource declared as class_9225Modifier and TypeFieldDescriptionprivate static final class_9225FileResourcePackProvider.field_49034private final class_9225ResourcePackProfile.field_49039private static final class_9225VanillaDataPackProvider.field_49041private static final class_9225VanillaDataPackProvider.field_49042Methods in net.minecraft.resource that return class_9225Methods in net.minecraft.resource with parameters of type class_9225Modifier and TypeMethodDescriptionstatic @Nullable ResourcePackProfileResourcePackProfile.create(class_9224 class_9224, ResourcePackProfile.PackFactory packFactory, ResourceType resourceType, class_9225 class_9225) Method parameters in net.minecraft.resource with type arguments of type class_9225Modifier and TypeMethodDescription<T> intResourcePackProfile.InsertionPosition.insert(List<T> items, T item, Function<T, class_9225> profileGetter, boolean listInverted) Constructors in net.minecraft.resource with parameters of type class_9225ModifierConstructorDescriptionResourcePackProfile(class_9224 class_9224, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, class_9225 class_9225)