Object AppRepMEGAItems
-
- All Implemented Interfaces:
public class AppRepMEGAItems
-
-
Field Summary
Fields Modifier and Type Field Description private final DeferredRegister.ItemsREGISTRYprivate final List<ItemDefinition<?>>ITEMSprivate final ItemDefinition<AEBaseItem>SKY_REPLICA_INGOTprivate final ItemDefinition<AEBaseItem>MEGA_MATTER_CELL_HOUSINGprivate final MatterCellDefinitionMEGA_CELL_1Mprivate final MatterCellDefinitionMEGA_CELL_4Mprivate final MatterCellDefinitionMEGA_CELL_16Mprivate final MatterCellDefinitionMEGA_CELL_64Mprivate final MatterCellDefinitionMEGA_CELL_256Mpublic final static AppRepMEGAItemsINSTANCE
-
Method Summary
Modifier and Type Method Description final DeferredRegister.ItemsgetREGISTRY()final List<ItemDefinition<?>>getITEMS()final ItemDefinition<AEBaseItem>getSKY_REPLICA_INGOT()final ItemDefinition<AEBaseItem>getMEGA_MATTER_CELL_HOUSING()final MatterCellDefinitiongetMEGA_CELL_1M()final MatterCellDefinitiongetMEGA_CELL_4M()final MatterCellDefinitiongetMEGA_CELL_16M()final MatterCellDefinitiongetMEGA_CELL_64M()final MatterCellDefinitiongetMEGA_CELL_256M()-
-
Method Detail
-
getREGISTRY
final DeferredRegister.Items getREGISTRY()
-
getSKY_REPLICA_INGOT
final ItemDefinition<AEBaseItem> getSKY_REPLICA_INGOT()
-
getMEGA_MATTER_CELL_HOUSING
final ItemDefinition<AEBaseItem> getMEGA_MATTER_CELL_HOUSING()
-
getMEGA_CELL_1M
final MatterCellDefinition getMEGA_CELL_1M()
-
getMEGA_CELL_4M
final MatterCellDefinition getMEGA_CELL_4M()
-
getMEGA_CELL_16M
final MatterCellDefinition getMEGA_CELL_16M()
-
getMEGA_CELL_64M
final MatterCellDefinition getMEGA_CELL_64M()
-
getMEGA_CELL_256M
final MatterCellDefinition getMEGA_CELL_256M()
-
-
-
-