-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
1 lines (1 loc) · 27.5 KB
/
documentation.html
File metadata and controls
1 lines (1 loc) · 27.5 KB
1
<!DOCTYPE html><html><head><title>Project documentation</title></head><body><h1>Project documentation</h1><p>Class list:</p><h2>public hr.algebra.java2orlog.controllers.GameScreenController</h2><h3>Fields</h3><h4>private Boolean playerOneTurn <br /><br />private boolean playingIsDone <br /><br />private int cntAxeP1 <br /><br />private int cntShieldP1 <br /><br />private int cntShield_SP1 <br /><br />private int cntHelmetP1 <br /><br />private int cntHelmet_SP1 <br /><br />private int cntArrowP1 <br /><br />private int cntArrow_SP1 <br /><br />private int cntHandP1 <br /><br />private int cntHand_SP1 <br /><br />private int cntAxeP2 <br /><br />private int cntShieldP2 <br /><br />private int cntShield_SP2 <br /><br />private int cntHelmetP2 <br /><br />private int cntHelmet_SP2 <br /><br />private int cntArrowP2 <br /><br />private int cntArrow_SP2 <br /><br />private int cntHandP2 <br /><br />private int cntHand_SP2 <br /><br />private int turnCount <br /><br />private int roundCount <br /><br />private int playerOneCoinCount <br /><br />private int playerTwoCoinCount <br /><br />private int playerOneTotalDamageTaken <br /><br />private int playerTwoTotalDamageTaken <br /><br />private static final String CLASS_EXTENSION <br /><br />private Boolean loadAllowed <br /><br />private MoveDetails tempMoveDetails <br /><br />private static List playerMoves <br /><br />private List notChosenDice <br /><br />private List playerOneAllDice <br /><br />private List playerTwoAllDice <br /><br />private List die1Symbols <br /><br />private List die2Symbols <br /><br />private List die3Symbols <br /><br />private List die4Symbols <br /><br />private List die5Symbols <br /><br />private List die6Symbols <br /><br />@javafx.fxml.FXML()<br />private Button btnThorP1 <br /><br />@javafx.fxml.FXML()<br />private Button btnHelP1 <br /><br />@javafx.fxml.FXML()<br />private Button btnIdunP1 <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerOneName <br /><br />@javafx.fxml.FXML()<br />private Circle turnCoinPlayerOne <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice1 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice2 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice3 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice4 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice5 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerOneTrayDice6 <br /><br />@javafx.fxml.FXML()<br />private Button btnRollDicePlayerOne <br /><br />@javafx.fxml.FXML()<br />private Button btnEndTurnPlayerOne <br /><br />@javafx.fxml.FXML()<br />private HBox hbPlayerOneChosenDice <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerOneCoins <br /><br />@javafx.fxml.FXML()<br />private ImageView imgCoinPlayerOne <br /><br />@javafx.fxml.FXML()<br />private GridPane gridPanePlayerOneHealth <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttThorP1 <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttHelP1 <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttIdunP1 <br /><br />@javafx.fxml.FXML()<br />private GridPane gpP1GodFavors <br /><br />@javafx.fxml.FXML()<br />private GridPane gridP1AllDice <br /><br />@javafx.fxml.FXML()<br />private Button btnThorP2 <br /><br />@javafx.fxml.FXML()<br />private Button btnHelP2 <br /><br />@javafx.fxml.FXML()<br />private Button btnIdunP2 <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerTwoName <br /><br />@javafx.fxml.FXML()<br />private Circle turnCoinPlayerTwo <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice1 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice2 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice3 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice4 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice5 <br /><br />@javafx.fxml.FXML()<br />private Button btnPlayerTwoTrayDice6 <br /><br />@javafx.fxml.FXML()<br />private Button btnRollDicePlayerTwo <br /><br />@javafx.fxml.FXML()<br />private Button btnEndTurnPlayerTwo <br /><br />@javafx.fxml.FXML()<br />private HBox hbPlayerTwoChosenDice <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerTwoCoins <br /><br />@javafx.fxml.FXML()<br />private ImageView imgCoinPlayerTwo <br /><br />@javafx.fxml.FXML()<br />private GridPane gridPanePlayerTwoHealth <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttThorP2 <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttHelP2 <br /><br />@javafx.fxml.FXML()<br />private Tooltip ttIdunP2 <br /><br />@javafx.fxml.FXML()<br />private GridPane gpP2GodFavors <br /><br />@javafx.fxml.FXML()<br />private GridPane gridP2AllDice <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.controllers.GameScreenController()</h4><h3>Methods:</h3><h4>Method:public void initialize(URL arg0, ResourceBundle arg1) </h4><h4>@javafx.fxml.FXML()<br />Method:public void endTurn() </h4><h4>@javafx.fxml.FXML()<br />Method:public void rollTheDice() </h4><h4>@javafx.fxml.FXML()<br />Method:public void loadGame() throws IOException, ClassNotFoundException</h4><h4>@javafx.fxml.FXML()<br />Method:public void diceChosen(ActionEvent arg0) </h4><h4>@javafx.fxml.FXML()<br />Method:public void clickOnGodFavor(ActionEvent arg0) </h4><h4>@javafx.fxml.FXML()<br />Method:public void saveGame() throws IOException</h4><h4>@javafx.fxml.FXML()<br />Method:public void createDocumentation() </h4><h4>Method:public static List getPlayerMovesCollection() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.controllers.LoginController</h2><h3>Fields</h3><h4>@javafx.fxml.FXML()<br />private TextField tfPlayerOneName <br /><br />@javafx.fxml.FXML()<br />private TextField tfPlayerTwoName <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerOneNameError <br /><br />@javafx.fxml.FXML()<br />private Label lblPlayerTwoNameError <br /><br />@javafx.fxml.FXML()<br />private Label lblSameNamesError <br /><br />private static PlayerDetails playerOneDetails <br /><br />private static PlayerDetails playerTwoDetails <br /><br />private static List playerDetailsCollection <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.controllers.LoginController()</h4><h3>Methods:</h3><h4>Method:public static PlayerDetails getPlayerOneDetails() </h4><h4>Method:public static PlayerDetails getPlayerTwoDetails() </h4><h4>Method:public static List getPlayerDetailsCollection() </h4><h4>@javafx.fxml.FXML()<br />Method:public void startGame() </h4><h4>@javafx.fxml.FXML()<br />Method:public void openResultsView() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.controllers.PlayerMovesController</h2><h3>Fields</h3><h4>private Integer oldRoundNumber <br /><br />@javafx.fxml.FXML()<br />private TextArea taPlayerMovesDisplayArea <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.controllers.PlayerMovesController()</h4><h3>Methods:</h3><h4>Method:public void initialize(URL arg0, ResourceBundle arg1) </h4><h4>@javafx.fxml.FXML()<br />Method:public void returnToRulesView() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.controllers.ResultsController</h2><h3>Fields</h3><h4>private Popup popup <br /><br />private Stage stage <br /><br />private ObservableList playerCollection <br /><br />@javafx.fxml.FXML()<br />private TableView resultsTable <br /><br />@javafx.fxml.FXML()<br />private TableColumn playerName <br /><br />@javafx.fxml.FXML()<br />private TableColumn numberOfWins <br /><br />@javafx.fxml.FXML()<br />private TableColumn numberOfDraws <br /><br />@javafx.fxml.FXML()<br />private TableColumn numberOfLost <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.controllers.ResultsController()</h4><h3>Methods:</h3><h4>Method:public void initialize(URL arg0, ResourceBundle arg1) </h4><h4>@javafx.fxml.FXML()<br />Method:public void returnToLoginView() </h4><h4>@javafx.fxml.FXML()<br />Method:public void showRulesImage() </h4><h4>@javafx.fxml.FXML()<br />Method:public void openMovesPlayerView() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.DiceDetails</h2><h3>Fields</h3><h4>private Button diceButton <br /><br />private List diceSymbols <br /><br />private Boolean isChosenFromDiceTray <br /><br />private Boolean canBeSentToCenter <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.DiceDetails(Button arg0, List arg1, Boolean arg2, Boolean arg3)</h4><h3>Methods:</h3><h4>Method:public Button getDiceButton() </h4><h4>Method:public void setDiceSymbols(List arg0) </h4><h4>Method:public List getDiceSymbols() </h4><h4>Method:public Boolean getIsChosenFromDiceTray() </h4><h4>Method:public void setCanBeSentToCenter(Boolean arg0) </h4><h4>Method:public void setIsChosenFromDiceTray(Boolean arg0) </h4><h4>Method:public Boolean getCanBeSentToCenter() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public final hr.algebra.java2orlog.models.DiceSymbols</h2><h3>Fields</h3><h4>public static final DiceSymbols Axe <br /><br />public static final DiceSymbols Helmet <br /><br />public static final DiceSymbols Helmet_S <br /><br />public static final DiceSymbols Arrow <br /><br />public static final DiceSymbols Arrow_S <br /><br />public static final DiceSymbols Shield <br /><br />public static final DiceSymbols Shield_S <br /><br />public static final DiceSymbols Hand <br /><br />public static final DiceSymbols Hand_S <br /><br />private static final DiceSymbols[] $VALUES <br /><br /></h4><h3>Constructors:</h3><h3>Methods:</h3><h4>Method:public static DiceSymbols[] values() </h4><h4>Method:public static DiceSymbols valueOf(String arg0) </h4><h4>Method:public final String name() </h4><h4>Method:public final boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>Method:public final int hashCode() </h4><h4>Method:public volatile int compareTo(Object arg0) </h4><h4>Method:public final int compareTo(Enum arg0) </h4><h4>Method:public static Enum valueOf(Class arg0, String arg1) </h4><h4>Method:public final Optional describeConstable() </h4><h4>Method:public final Class getDeclaringClass() </h4><h4>Method:public final int ordinal() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.MoveDetails</h2><h3>Fields</h3><h4>private Integer roundNumber <br /><br />private Integer turnNumber <br /><br />private String player1Name <br /><br />private String player2Name <br /><br />private List symbolsPlayerOnTurnPlayed <br /><br />private List symbolsPlayerOnTurnDidntPlay <br /><br />private Integer player1DamageTaken <br /><br />private Integer player2DamageTaken <br /><br />private Integer player1CurrentCoins <br /><br />private Integer player2CurrentCoins <br /><br />private String player1GodFavorUsed <br /><br />private String player2GodFavorUsed <br /><br />private Boolean isRoundOver <br /><br />private Boolean isGameOver <br /><br />private String winnerNameOrDraw <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.MoveDetails(Integer arg0, Integer arg1, String arg2, String arg3, List arg4, List arg5, Integer arg6, Integer arg7, Integer arg8, Integer arg9, String arg10, String arg11, Boolean arg12, Boolean arg13, String arg14)</h4><h3>Methods:</h3><h4>Method:public void setTurnNumber(Integer arg0) </h4><h4>Method:public void setPlayer2Name(String arg0) </h4><h4>Method:public void setPlayer1Name(String arg0) </h4><h4>Method:public void setRoundNumber(Integer arg0) </h4><h4>Method:public void setGameOver(Boolean arg0) </h4><h4>Method:public void setRoundOver(Boolean arg0) </h4><h4>Method:public void setSymbolsPlayerOnTurnDidntPlay(List arg0) </h4><h4>Method:public void setSymbolsPlayerOnTurnPlayed(List arg0) </h4><h4>Method:public void setPlayer2DamageTaken(Integer arg0) </h4><h4>Method:public void setPlayer2CurrentCoins(Integer arg0) </h4><h4>Method:public void setPlayer1DamageTaken(Integer arg0) </h4><h4>Method:public void setPlayer1CurrentCoins(Integer arg0) </h4><h4>Method:public void setWinnerNameOrDraw(String arg0) </h4><h4>Method:public void setPlayer2GodFavorUsed(String arg0) </h4><h4>Method:public void setPlayer1GodFavorUsed(String arg0) </h4><h4>Method:public String getPlayer1GodFavorUsed() </h4><h4>Method:public String getPlayer2GodFavorUsed() </h4><h4>Method:public Integer getPlayer2CurrentCoins() </h4><h4>Method:public List getSymbolsPlayerOnTurnPlayed() </h4><h4>Method:public Integer getPlayer2DamageTaken() </h4><h4>Method:public Integer getPlayer1DamageTaken() </h4><h4>Method:public List getSymbolsPlayerOnTurnDidntPlay() </h4><h4>Method:public Integer getPlayer1CurrentCoins() </h4><h4>Method:public String getWinnerNameOrDraw() </h4><h4>Method:public Boolean getRoundOver() </h4><h4>Method:public String getPlayer2Name() </h4><h4>Method:public String getPlayer1Name() </h4><h4>Method:public Boolean getGameOver() </h4><h4>Method:public Integer getTurnNumber() </h4><h4>Method:public Integer getRoundNumber() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.PlayerDetails</h2><h3>Fields</h3><h4>private StringProperty playerName <br /><br />private StringProperty numberOfWins <br /><br />private StringProperty numberOfDraws <br /><br />private StringProperty numberOfLost <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.PlayerDetails(String arg0, String arg1, String arg2, String arg3)</h4><h3>Methods:</h3><h4>Method:public void setNumberOfDraws(String arg0) </h4><h4>Method:public String getNumberOfWins() </h4><h4>Method:public void setNumberOfWins(String arg0) </h4><h4>Method:public void setNumberOfLost(String arg0) </h4><h4>Method:public String getNumberOfDraws() </h4><h4>Method:public String getNumberOfLost() </h4><h4>Method:public String getPlayerName() </h4><h4>Method:public void setPlayerName(String arg0) </h4><h4>Method:public StringProperty playerNameProperty() </h4><h4>Method:public StringProperty numberOfDrawsProperty() </h4><h4>Method:public StringProperty numberOfWinsProperty() </h4><h4>Method:public StringProperty numberOfLostProperty() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.SerializableButton</h2><h3>Fields</h3><h4>private String btnId <br /><br />private List diceSymbols <br /><br />private Boolean disabled <br /><br />private Boolean visible <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.SerializableButton(String arg0, List arg1, Boolean arg2, Boolean arg3)</h4><h3>Methods:</h3><h4>Method:public void setDiceSymbol(List arg0) </h4><h4>Method:public void setBtnId(String arg0) </h4><h4>Method:public void setVisible(Boolean arg0) </h4><h4>Method:public List getDiceSymbols() </h4><h4>Method:public Boolean getVisible() </h4><h4>Method:public Boolean getDisabled() </h4><h4>Method:public String getBtnId() </h4><h4>Method:public void setDisabled(Boolean arg0) </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.SerializableDiceDetails</h2><h3>Fields</h3><h4>private SerializableButton button <br /><br />private List diceSymbols <br /><br />private Boolean isChosenFromDiceTray <br /><br />private Boolean canBeSentToCenter <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.SerializableDiceDetails(SerializableButton arg0, List arg1, Boolean arg2, Boolean arg3)</h4><h3>Methods:</h3><h4>Method:public void setButton(SerializableButton arg0) </h4><h4>Method:public void setDiceSymbols(List arg0) </h4><h4>Method:public List getDiceSymbols() </h4><h4>Method:public void setCanBeSentToCenter(Boolean arg0) </h4><h4>Method:public Boolean getCanBeSentToCenter() </h4><h4>Method:public Boolean getChosenFromDiceTray() </h4><h4>Method:public void setChosenFromDiceTray(Boolean arg0) </h4><h4>Method:public SerializableButton getButton() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.models.SerializableMatchData</h2><h3>Fields</h3><h4>private Integer p1DamageTaken <br /><br />private Integer p2DamageTaken <br /><br />private Integer p1CoinCount <br /><br />private Integer p2CoinCount <br /><br />private Integer turnCount <br /><br />private Integer roundCount <br /><br />private Boolean playerOneTurn <br /><br />private List serializableDiceDetailsCollection <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.models.SerializableMatchData(Integer arg0, Integer arg1, Integer arg2, Integer arg3, Integer arg4, Integer arg5, Boolean arg6, List arg7)</h4><h3>Methods:</h3><h4>Method:public void setP2DamageTaken(Integer arg0) </h4><h4>Method:public void setP1CoinCount(Integer arg0) </h4><h4>Method:public void setPlayerOneTurn(Boolean arg0) </h4><h4>Method:public void setP1DamageTaken(Integer arg0) </h4><h4>Method:public void setP2CoinCount(Integer arg0) </h4><h4>Method:public void setTurnCount(Integer arg0) </h4><h4>Method:public void setRoundCount(Integer arg0) </h4><h4>Method:public Integer getRoundCount() </h4><h4>Method:public Integer getTurnCount() </h4><h4>Method:public Integer getP2CoinCount() </h4><h4>Method:public Integer getP1CoinCount() </h4><h4>Method:public Integer getP1DamageTaken() </h4><h4>Method:public Boolean getPlayerOneTurn() </h4><h4>Method:public Integer getP2DamageTaken() </h4><h4>Method:public void setSerializableDiceDetailsCollection(List arg0) </h4><h4>Method:public List getSerializableDiceDetailsCollection() </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.OrlogApplication</h2><h3>Fields</h3><h4>private static Stage mainStage <br /><br /></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.OrlogApplication()</h4><h3>Methods:</h3><h4>Method:public static void main(String[] arg0) </h4><h4>Method:public void start(Stage arg0) throws IOException</h4><h4>Method:public static Stage getMainStage() </h4><h4>Method:public void init() throws Exception</h4><h4>Method:public void stop() throws Exception</h4><h4>Method:public final Parameters getParameters() </h4><h4>Method:public static String getUserAgentStylesheet() </h4><h4>Method:public static void setUserAgentStylesheet(String arg0) </h4><h4>Method:public static transient void launch(String[] arg0) </h4><h4>Method:public static transient void launch(Class arg0, String[] arg1) </h4><h4>Method:public final HostServices getHostServices() </h4><h4>Method:public final void notifyPreloader(PreloaderNotification arg0) </h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4><h2>public hr.algebra.java2orlog.utils.FxmlUtils</h2><h3>Fields</h3><h4></h4><h3>Constructors:</h3><h4>Constructor:public hr.algebra.java2orlog.utils.FxmlUtils()</h4><h3>Methods:</h3><h4>Method:public static void showScreen(String arg0, Stage arg1, int arg2, int arg3, String arg4) throws IOException</h4><h4>Method:public final void wait(long arg0, int arg1) throws InterruptedException</h4><h4>Method:public final void wait() throws InterruptedException</h4><h4>Method:public final native void wait(long arg0) throws InterruptedException</h4><h4>Method:public boolean equals(Object arg0) </h4><h4>Method:public String toString() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public native int hashCode() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native Class getClass() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notify() </h4><h4>@jdk.internal.vm.annotation.IntrinsicCandidate()<br />Method:public final native void notifyAll() </h4></body></html>