Uses of Enum Class
edu.uw.tcss.model.GameControls.Block
-
Uses of GameControls.Block in edu.uw.tcss.model
Subclasses with type arguments of type GameControls.Block in edu.uw.tcss.modelModifier and TypeClassDescriptionstatic enumThe different types of blocks that can be stored in a Board's grid.Methods in edu.uw.tcss.model that return GameControls.BlockModifier and TypeMethodDescriptionGameControls.IndividualPiece.block()Returns the value of theblockrecord component.static GameControls.BlockReturns the enum constant of this class with the specified name.static GameControls.Block[]GameControls.Block.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.uw.tcss.model with parameters of type GameControls.BlockModifierConstructorDescriptionIndividualPiece(GameControls.Point[] location, GameControls.Block block) Creates an instance of aIndividualPiecerecord class.