Package dev.lapis256.apprep.common.logic
Interface ReplicationConnectorLogicHost
-
- All Implemented Interfaces:
-
appeng.api.storage.ISubMenuHost,appeng.api.upgrades.IUpgradeableObject,appeng.helpers.IPriorityHost,com.buuz135.replication.api.network.IMatterTanksConsumer,com.buuz135.replication.api.network.IMatterTanksSupplier
public interface ReplicationConnectorLogicHost implements IMatterTanksConsumer, IMatterTanksSupplier, IPriorityHost, IUpgradeableObject
-
-
Method Summary
Modifier and Type Method Description abstract BlockEntitygetBlockEntity()abstract UnitsaveChanges()IUpgradeInventorygetUpgrades()UnitonMainNodeStateChanged()UnitopenMenu(Player player, MenuHostLocator locator)List<IMatterTank>getTanks()IntegergetPriority()UnitsetPriority(Integer newValue)UnitreturnToMainMenu(Player player, ISubMenu subMenu)abstract ReplicationConnectorLogicgetLogic()abstract ItemLikegetUpgradableItem()DefaultMatterNetworkElementgetMatterNetworkElement()MatterNetworkgetMatterNetwork()-
Methods inherited from class appeng.api.upgrades.IUpgradeableObject
getInstalledUpgrades, isUpgradedWith -
Methods inherited from class dev.lapis256.apprep.common.logic.ReplicationConnectorLogicHost
getPriority, getTanks, getUpgrades, setPriority -
Methods inherited from class appeng.api.storage.ISubMenuHost
getMainMenuIcon -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBlockEntity
abstract BlockEntity getBlockEntity()
-
saveChanges
abstract Unit saveChanges()
-
getUpgrades
IUpgradeInventory getUpgrades()
-
onMainNodeStateChanged
Unit onMainNodeStateChanged()
-
getPriority
Integer getPriority()
-
setPriority
Unit setPriority(Integer newValue)
-
returnToMainMenu
Unit returnToMainMenu(Player player, ISubMenu subMenu)
-
getLogic
abstract ReplicationConnectorLogic getLogic()
-
getUpgradableItem
abstract ItemLike getUpgradableItem()
-
getMatterNetworkElement
DefaultMatterNetworkElement getMatterNetworkElement()
-
getMatterNetwork
MatterNetwork getMatterNetwork()
-
-
-
-