Interface IActionHost

All Known Subinterfaces:
IChestOrDrive, ICraftingRequester, IMEChest, IWirelessAccessPoint

public interface IActionHost
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable IGridNode
    Used to for calculating security rules, you must supply a node from your IGridHost for the security test, this should be the primary node for the machine, unless the action is preformed by a non primary node.
  • Method Details

    • getActionableNode

      @Nullable @Nullable IGridNode getActionableNode()
      Used to for calculating security rules, you must supply a node from your IGridHost for the security test, this should be the primary node for the machine, unless the action is preformed by a non primary node.
      Returns:
      the the gridnode that actions from this IGridHost are preformed by.