public interface IResourceRegistry
Get the instance from OreRegistryApi.registry.
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IResource> |
getRegisteredResources()
Returns a read-only map containing resource names and their associated
resources.
|
OreRegistryState |
getState()
The current state of the registry process.
|
IResource |
registerResource(java.lang.String resourceType)
Register a type of resource added by your mod.
|
IResource registerResource(java.lang.String resourceType)
java.util.Map<java.lang.String,IResource> getRegisteredResources()
OreRegistryState getState()