Uses of Class
g3.project.playable.Player
-
Packages that use Player Package Description g3.project.playable -
-
Uses of Player in g3.project.playable
Fields in g3.project.playable with type parameters of type Player Modifier and Type Field Description protected java.util.Map<java.lang.Integer,Player>PlayerFactory. playerMapCreated Players.Methods in g3.project.playable that return Player Modifier and Type Method Description PlayerPlayerFactory. newPlayer()Make a new player.PlayerPlayerFactory. newPlayer(java.lang.Double width, java.lang.Double height)Get a new player.Methods in g3.project.playable with parameters of type Player Modifier and Type Method Description voidPlayerFactory. free(Player pl)Free a player object's native resources.
-