Class RadioactiveCellItem.Handler
java.lang.Object
gripe._90.megacells.integration.appmek.RadioactiveCellItem.Handler
- All Implemented Interfaces:
appeng.api.storage.cells.ICellHandler
- Enclosing class:
RadioactiveCellItem
public static class RadioactiveCellItem.Handler
extends Object
implements appeng.api.storage.cells.ICellHandler
-
Method Summary
Modifier and TypeMethodDescription@Nullable RadioactiveCellInventorygetCellInventory(net.minecraft.world.item.ItemStack is, @Nullable appeng.api.storage.cells.ISaveProvider host) booleanisCell(net.minecraft.world.item.ItemStack is)
-
Method Details
-
isCell
public boolean isCell(net.minecraft.world.item.ItemStack is) - Specified by:
isCellin interfaceappeng.api.storage.cells.ICellHandler
-
getCellInventory
@Nullable public @Nullable RadioactiveCellInventory getCellInventory(net.minecraft.world.item.ItemStack is, @Nullable @Nullable appeng.api.storage.cells.ISaveProvider host) - Specified by:
getCellInventoryin interfaceappeng.api.storage.cells.ICellHandler
-