public class RegistrySimple extends java.lang.Object implements IRegistry
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
registryObjects
Objects registered on this registry.
|
Constructor and Description |
---|
RegistrySimple() |
Modifier and Type | Method and Description |
---|---|
protected java.util.HashMap |
func_111054_a() |
java.lang.Object |
getObject(java.lang.Object par1Obj) |
void |
putObject(java.lang.Object par1Obj,
java.lang.Object par2Obj)
Register an object on this registry.
|