Uses of Class
ch.ladestation.connectncharge.model.game.gameinfo.Player
Packages that use Player
Package
Description
contains classes representing player attributes.
util-classes for reading files at runtime.
-
Uses of Player in ch.ladestation.connectncharge.model.game.gameinfo
Methods in ch.ladestation.connectncharge.model.game.gameinfo that return PlayerMethod parameters in ch.ladestation.connectncharge.model.game.gameinfo with type arguments of type PlayerModifier and TypeMethodDescriptionstatic void
HighScoreTable.editTableViews
(List<Player> playerList, String filePath) static void
HighScoreTable.populateTableViews
(List<Player> playerList, javafx.scene.control.TableView<HighScorePlayer> tableView, javafx.scene.control.TableView<HighScorePlayer> restTableView) Constructors in ch.ladestation.connectncharge.model.game.gameinfo with parameters of type Player -
Uses of Player in ch.ladestation.connectncharge.services.file
Methods in ch.ladestation.connectncharge.services.file that return types with arguments of type PlayerModifier and TypeMethodDescriptionTextFileEditor.readPlayerDataFromFile
(String filePath) This method takes the data from the player file if there is one.