ReplicationConnectorLogicHost

interface ReplicationConnectorLogicHost : IMatterTanksConsumer, IMatterTanksSupplier, IPriorityHost, IUpgradeableObject(source)

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val mainMenuIcon: ItemStack?
Link copied to clipboard
open val matterNetwork: MatterNetwork?
Link copied to clipboard
open val matterNetworkElement: DefaultMatterNetworkElement?
Link copied to clipboard
open override var priority: Int
Link copied to clipboard
open override val tanks: List<IMatterTank>
Link copied to clipboard
abstract val upgradableItem: ItemLike
Link copied to clipboard
open override val upgrades: IUpgradeInventory

Functions

Link copied to clipboard
abstract fun getBlockEntity(): BlockEntity?
Link copied to clipboard
open fun getInstalledUpgrades(upgradeCard: ItemLike?): Int
Link copied to clipboard
open override fun getPriority(): Int
Link copied to clipboard
open override fun getTanks(): List<IMatterTank>
Link copied to clipboard
open override fun getUpgrades(): IUpgradeInventory
Link copied to clipboard
open fun isUpgradedWith(upgradeCard: ItemLike?): Boolean
Link copied to clipboard
Link copied to clipboard
open fun openMenu(player: Player, locator: MenuHostLocator)
Link copied to clipboard
open override fun returnToMainMenu(player: Player, subMenu: ISubMenu)
Link copied to clipboard
abstract fun saveChanges()
Link copied to clipboard
open override fun setPriority(newValue: Int)