Constant Field Values

Contents

Unnamed Package.*

  • Modifier and Type
    Constant Field
    Value
    private static final String
    "Welcome to the Eriantys startup tool!\n\nThis tool must be called with at least one of the following arguments:\n < s > will start the Server (default bound to 0.0.0.0:8080) [ max instances: 1 ]\n < g > will start a GUI [ max instances: unlimited ]\n < c > will start the CLI [ max instances: 1 ]\n < h > or < -h > will print this message [ max instances: 1 ]\n\nAdditionally, one or more of the following arguments may be used:\n < -d > will enable the logger, useful for debugging [ max instances: 1 ]\n < -local > will force the server to bind to the loopback address of the machine [ max instances: 1 ]\n < -port: > followed (without using spaces) by the port the server will be listening to [ max instances: 1 ]\n\nHere are some examples of argument combinations:\n -d -local -port80 s [starts the server binding it to 127.0.0.1:80 and enables the logger]\n -port:420 s [starts the server binding it to 0.0.0.0:420]\n -d g [starts the GUI enabling the logger]\n c [starts the CLI]\n -local s g g c [starts a local server (127.0.0.1:8080) along side 2 GUIs and 1 CLI]\n"

it.polimi.*

  • it.polimi.ingsw.Model.Enums.GameMode
    Modifier and Type
    Constant Field
    Value
    private static final long
    119L
  • it.polimi.ingsw.Model.Enums.GamePhase
    Modifier and Type
    Constant Field
    Value
    private static final long
    120L
  • it.polimi.ingsw.Model.Enums.PawnColour
    Modifier and Type
    Constant Field
    Value
    private static final long
    125L
  • it.polimi.ingsw.Model.Enums.StateType
    Modifier and Type
    Constant Field
    Value
    private static final long
    129L
  • it.polimi.ingsw.Model.Enums.TeamID
    Modifier and Type
    Constant Field
    Value
    private static final long
    137L
  • it.polimi.ingsw.Model.Enums.TowerColour
    Modifier and Type
    Constant Field
    Value
    private static final long
    132L
  • it.polimi.ingsw.Server.Messages.ServerResponses.ClientConnected
    Modifier and Type
    Constant Field
    Value
    private static final long
    303L
  • it.polimi.ingsw.Server.Messages.ServerResponses.ClientDisconnected
    Modifier and Type
    Constant Field
    Value
    private static final long
    304L
  • it.polimi.ingsw.Server.Messages.ServerResponses.FixedStatusResponse
    Modifier and Type
    Constant Field
    Value
    private static final long
    316L
  • it.polimi.ingsw.Server.Messages.ServerResponses.GameInit
    Modifier and Type
    Constant Field
    Value
    private static final long
    305L
  • it.polimi.ingsw.Server.Messages.ServerResponses.GameOver
    Modifier and Type
    Constant Field
    Value
    private static final long
    315L
  • it.polimi.ingsw.Server.Messages.ServerResponses.GameStarted
    Modifier and Type
    Constant Field
    Value
    private static final long
    306L
  • it.polimi.ingsw.Server.Messages.ServerResponses.InvalidRequest
    Modifier and Type
    Constant Field
    Value
    private static final long
    307L
  • it.polimi.ingsw.Server.Messages.ServerResponses.LobbyClosed
    Modifier and Type
    Constant Field
    Value
    private static final long
    309L
  • it.polimi.ingsw.Server.Messages.ServerResponses.LobbyConnected
    Modifier and Type
    Constant Field
    Value
    private static final long
    310L
  • it.polimi.ingsw.Server.Messages.ServerResponses.LobbyServerAccept
    Modifier and Type
    Constant Field
    Value
    private static final long
    308L
  • it.polimi.ingsw.Server.Messages.ServerResponses.ModelUpdated
    Modifier and Type
    Constant Field
    Value
    private static final long
    311L
  • it.polimi.ingsw.Server.Messages.ServerResponses.PlayerActionFeedback
    Modifier and Type
    Constant Field
    Value
    private static final long
    312L
  • it.polimi.ingsw.Server.Messages.ServerResponses.Response
    Modifier and Type
    Constant Field
    Value
    private static final long
    301L
  • it.polimi.ingsw.Server.Messages.ServerResponses.Welcome
    Modifier and Type
    Constant Field
    Value
    private static final long
    302L
  • it.polimi.ingsw.Server.Messages.ServerResponses.SupportStructures.LobbyInfo
    Modifier and Type
    Constant Field
    Value
    private static final long
    314L
  • it.polimi.ingsw.Server.Messages.ServerResponses.SupportStructures.StatusCode
    Modifier and Type
    Constant Field
    Value
    private static final long
    313L