Interface IComputerSystem

All Superinterfaces:
IComputerAccess

public interface IComputerSystem extends IComputerAccess
An interface passed to ILuaAPIFactory in order to provide additional information about a computer.
  • Method Details

    • getLabel

      @Nullable String getLabel()
      Get the label for this computer.
      Returns:
      This computer's label, or null if it is not set.