Interface IntegrationHelper

All Known Implementing Classes:
AE2WTIntegration, AppBotIntegration, AppExIntegration, AppFluxIntegration, AppliedEIntegration, AppMekIntegration, ArsEngIntegration

public interface IntegrationHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    default Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item>
    createCell(appeng.items.storage.StorageTier tier)
     
    default Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item>
    createPortable(appeng.items.storage.StorageTier tier)
     
    default void
     
  • Method Details

    • createCell

      default Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item> createCell(appeng.items.storage.StorageTier tier)
    • createPortable

      default Function<net.minecraft.world.item.Item.Properties,net.minecraft.world.item.Item> createPortable(appeng.items.storage.StorageTier tier)
    • initUpgrades

      default void initUpgrades()