Class AppBotIntegration

java.lang.Object
gripe._90.megacells.integration.appbot.AppBotIntegration
All Implemented Interfaces:
IntegrationHelper

public class AppBotIntegration extends Object implements IntegrationHelper
  • 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:
      createCell in interface IntegrationHelper
    • createPortable

      public Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item> createPortable(appeng.items.storage.StorageTier tier)
      Specified by:
      createPortable in interface IntegrationHelper
    • initUpgrades

      public void initUpgrades()
      Specified by:
      initUpgrades in interface IntegrationHelper
    • getCells

      public static List<net.minecraft.world.level.ItemLike> getCells()