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