Class RegistryInventoryLocation
java.lang.Object
org.cyclops.cyclopscore.inventory.RegistryInventoryLocation
- All Implemented Interfaces:
IRegistry,IRegistryInventoryLocation
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable IInventoryLocationget(net.minecraft.resources.ResourceLocation uniqueName) static RegistryInventoryLocationvoidregister(IInventoryLocation inventoryLocation) values()
-
Field Details
-
registry
-
-
Method Details
-
getInstance
- Returns:
- The unique instance.
-
register
- Specified by:
registerin interfaceIRegistryInventoryLocation
-
get
@Nullable public @Nullable IInventoryLocation get(net.minecraft.resources.ResourceLocation uniqueName) - Specified by:
getin interfaceIRegistryInventoryLocation
-
values
- Specified by:
valuesin interfaceIRegistryInventoryLocation
-