Class AppBotIntegration
java.lang.Object
gripe._90.megacells.integration.appbot.AppBotIntegration
- All Implemented Interfaces:
IntegrationHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFunction<net.minecraft.world.item.Item.Properties, net.minecraft.world.item.Item> createCell(appeng.items.storage.StorageTier tier) Function<net.minecraft.world.item.Item.Properties, net.minecraft.world.item.Item> createPortable(appeng.items.storage.StorageTier tier) static List<net.minecraft.world.level.ItemLike> getCells()void
-
Constructor Details
-
AppBotIntegration
public AppBotIntegration()
-
-
Method Details
-
createCell
public Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item> createCell(appeng.items.storage.StorageTier tier) - Specified by:
createCellin interfaceIntegrationHelper
-
createPortable
public Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item> createPortable(appeng.items.storage.StorageTier tier) - Specified by:
createPortablein interfaceIntegrationHelper
-
initUpgrades
public void initUpgrades()- Specified by:
initUpgradesin interfaceIntegrationHelper
-
getCells
-