Uses of Interface
net.minecraft.resource.ResourceFactory
| Package | Description |
|---|---|
| net.minecraft.client.render | |
| net.minecraft.client.resource | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
-
Uses of ResourceFactory in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ResourceFactory Modifier and Type Method Description private static ProgramShader. loadProgram(ResourceFactory factory, Program.Type type, String name)private ShaderGameRenderer. loadShader(ResourceFactory factory, String name, VertexFormat vertexFormat)voidGameRenderer. preloadShaders(ResourceFactory factory)Constructors in net.minecraft.client.render with parameters of type ResourceFactory Constructor Description Shader(ResourceFactory factory, String name, VertexFormat format) -
Uses of ResourceFactory in net.minecraft.client.resource
Classes in net.minecraft.client.resource that implement ResourceFactory Modifier and Type Class Description classDefaultClientResourcePack -
Uses of ResourceFactory in net.minecraft.resource
Subinterfaces of ResourceFactory in net.minecraft.resource Modifier and Type Interface Description interfaceReloadableResourceManagerA resource manager that has a reload mechanism.interfaceResourceManagerProvides resource loading capabilities to Minecraft.Classes in net.minecraft.resource that implement ResourceFactory Modifier and Type Class Description classDefaultResourcePackclassNamespaceResourceManagerclassReloadableResourceManagerImplstatic classResourceManager.Empty