Uses of Interface
it.polimi.ingsw.Common.ShelfInterface
Package
Description
-
Uses of ShelfInterface in it.polimi.ingsw.Client
Modifier and TypeMethodDescriptionstatic void
GUI.updateShelf
(ShelfInterface shelf) This method is used to update game's shelf -
Uses of ShelfInterface in it.polimi.ingsw.Client.ClientModel
Modifier and TypeMethodDescriptionvoid
ClientStatus.setGameParameters
(BoardInterface board, ShelfInterface shelf, MoveIntermediateInterface mi) Aggregate setter for Game initial parameters -
Uses of ShelfInterface in it.polimi.ingsw.Client.View
Modifier and TypeMethodDescriptionstatic void
MultipleView.automaticPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Automatically selects the correct type of terminal printing, based on terminal sizeShelfView.buildString
(ShelfInterface s) Builds Shelf string for MultipleView Printingprivate static void
MultipleView.completePrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for complete printingstatic void
ShelfView.print
(ShelfInterface s, PrintWriter pw) Prints a Shelf on a PrintWriterprivate static void
MultipleView.sequentialPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for sequential printing -
Uses of ShelfInterface in it.polimi.ingsw.Common
Modifier and TypeMethodDescriptionClientStatusInterface.getShelf()
Getter method for Player's shelfModifier and TypeMethodDescriptionvoid
ClientStatusInterface.setGameParameters
(BoardInterface board, ShelfInterface shelf, MoveIntermediateInterface mi) Aggregate setter for Game initial parameters -
Uses of ShelfInterface in it.polimi.ingsw.Server.Controller
Modifier and TypeMethodDescriptiongetter method for Shelf -
Uses of ShelfInterface in it.polimi.ingsw.Server.Model
Modifier and TypeMethodDescriptionGame.getShelfInterfaceFromNickname
(String nickname) this method is a getter for the shelf interface obtained from nickname