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.gl
Methods in net.minecraft.client.gl with parameters of type ResourceFactoryModifier and TypeMethodDescriptionprivate static ShaderStage
ShaderProgram.loadShader
(ResourceFactory factory, ShaderStage.Type type, String name) Constructors in net.minecraft.client.gl with parameters of type ResourceFactoryModifierConstructorDescriptionShaderProgram
(ResourceFactory factory, String name, VertexFormat format) -
Uses of ResourceFactory in net.minecraft.client.render
Classes in net.minecraft.client.render that implement ResourceFactoryFields in net.minecraft.client.render declared as ResourceFactoryModifier and TypeFieldDescriptionprivate final ResourceFactory
GameRenderer.CachedResourceFactory.original
The field for theoriginal
record component.Methods in net.minecraft.client.render that return ResourceFactoryModifier and TypeMethodDescriptionGameRenderer.CachedResourceFactory.original()
Returns the value of theoriginal
record component.Methods in net.minecraft.client.render with parameters of type ResourceFactoryModifier and TypeMethodDescription(package private) void
GameRenderer.loadPrograms
(ResourceFactory factory) private ShaderProgram
GameRenderer.preloadProgram
(ResourceFactory factory, String name, VertexFormat format) void
GameRenderer.preloadPrograms
(ResourceFactory factory) Constructors in net.minecraft.client.render with parameters of type ResourceFactoryModifierConstructorDescriptionCachedResourceFactory
(ResourceFactory resourceFactory, Map<Identifier, Resource> map) -
Uses of ResourceFactory in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as ResourceFactoryMethods in net.minecraft.client.sound with parameters of type ResourceFactoryModifier and TypeMethodDescription(package private) static boolean
SoundManager.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.resource
Subinterfaces of ResourceFactory in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterface
A lifecycled resource manager is available until it is closed.interface
Provides resource loading capabilities to Minecraft.Classes in net.minecraft.resource that implement ResourceFactoryModifier and TypeClassDescriptionclass
A basic implementation of resource manager with a lifecycle.class
A resource manager that only loads resources for a specific namespace.class
A reloadable resource manager is always available to be accessed, and is the type used by the minecraft client instance.static enum
Methods in net.minecraft.resource that return ResourceFactoryModifier and TypeMethodDescriptionstatic ResourceFactory
ResourceFactory.fromMap
(Map<Identifier, Resource> map) DefaultResourcePack.getFactory()