Uses of Interface
net.minecraft.resource.ResourceFactory
Packages that use ResourceFactory
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of ResourceFactory in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type ResourceFactoryModifier and TypeMethodDescriptionprivate DynamicRegistryManagerClientRegistries.createRegistryManager(ResourceFactory resourceFactory, ClientRegistries.DynamicRegistries dynamicRegistries, boolean local) ClientRegistries.createRegistryManager(ResourceFactory resourceFactory, DynamicRegistryManager.Immutable registryManager, boolean local) Method parameters in net.minecraft.client.network with type arguments of type ResourceFactoryModifier and TypeMethodDescriptionprivate <T> TClientConfigurationNetworkHandler.openClientDataPack(Function<ResourceFactory, T> opener) 
- 
Uses of ResourceFactory in net.minecraft.client.renderMethods in net.minecraft.client.render with parameters of type ResourceFactory
- 
Uses of ResourceFactory in net.minecraft.client.soundFields in net.minecraft.client.sound declared as ResourceFactoryMethods in net.minecraft.client.sound with parameters of type ResourceFactoryModifier and TypeMethodDescription(package private) static booleanSoundManager.isSoundResourcePresent(Sound sound, Identifier id, ResourceFactory resourceFactory) Constructors in net.minecraft.client.sound with parameters of type ResourceFactoryModifierConstructorDescriptionSoundLoader(ResourceFactory resourceFactory) SoundSystem(SoundManager loader, GameOptions settings, ResourceFactory resourceFactory) 
- 
Uses of ResourceFactory in net.minecraft.registryMethods in net.minecraft.registry with parameters of type ResourceFactoryModifier and TypeMethodDescriptionvoidRegistryLoader.Loader.loadFromNetwork(Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, ResourceFactory factory, RegistryOps.RegistryInfoGetter infoGetter) RegistryLoader.loadFromNetwork(Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, ResourceFactory factory, List<RegistryWrapper.Impl<?>> registries, List<RegistryLoader.Entry<?>> entries) (package private) static <E> voidRegistryLoader.loadFromNetwork(Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, ResourceFactory factory, RegistryOps.RegistryInfoGetter infoGetter, MutableRegistry<E> registry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> loadingErrors) 
- 
Uses of ResourceFactory in net.minecraft.resourceSubinterfaces of ResourceFactory in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterfaceA lifecycled resource manager is available until it is closed.interfaceProvides resource loading capabilities to Minecraft.Classes in net.minecraft.resource that implement ResourceFactoryModifier and TypeClassDescriptionclassA basic implementation of resource manager with a lifecycle.classA resource manager that only loads resources for a specific namespace.classA reloadable resource manager is always available to be accessed, and is the type used by the minecraft client instance.static enumFields in net.minecraft.resource declared as ResourceFactoryMethods in net.minecraft.resource that return ResourceFactoryModifier and TypeMethodDescriptionstatic ResourceFactoryResourceFactory.fromMap(Map<Identifier, Resource> map) DefaultResourcePack.getFactory()