Uses of Interface
net.minecraft.resource.ResourceFactory
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceFactory in net.minecraft.client.render
Modifier and TypeMethodDescriptionprivate static Program
Shader.loadProgram
(ResourceFactory factory, Program.Type type, String name) private Shader
GameRenderer.loadShader
(ResourceFactory factory, String name, VertexFormat vertexFormat) void
GameRenderer.preloadShaders
(ResourceFactory factory) -
Uses of ResourceFactory in net.minecraft.resource
Modifier and TypeInterfaceDescriptioninterface
A lifecycled resource manager is available until it is closed.interface
Provides resource loading capabilities to Minecraft.Modifier 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