Uses of Enum Class
sac.model.Model.MoveType
Packages that use Model.MoveType
Package
Description
The model for a Tetris game.
Provides score calculators.
Provides rotation strategies.
-
Uses of Model.MoveType in sac.model
Methods in sac.model that return Model.MoveTypeModifier and TypeMethodDescriptionstatic Model.MoveType
Returns the enum constant of this class with the specified name.static Model.MoveType[]
Model.MoveType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in sac.model with parameters of type Model.MoveTypeModifier and TypeMethodDescriptionvoid
Model.modelTick
(Model.MoveType moveType) Update the model by moveType -
Uses of Model.MoveType in sac.model.observers
Fields in sac.model.observers declared as Model.MoveType -
Uses of Model.MoveType in sac.model.rotations
Methods in sac.model.rotations with parameters of type Model.MoveTypeModifier and TypeMethodDescriptionSuperRotationSystem.computeNextSuperRotationState
(SuperRotationSystem.SuperRotationState currentState, Model.MoveType moveType) BasicRotationSystem.getNextState
(RotationState currentState, Model.MoveType moveType) RotationSystem.getNextState
(RotationState currentState, Model.MoveType moveType) SuperRotationSystem.getNextState
(RotationState currentState, Model.MoveType moveType) BasicRotationState.getRotationOffset
(Piece activePiece, Model.MoveType moveType) RotationState.getRotationOffset
(Piece activePiece, Model.MoveType moveType) SuperRotationSystem.SuperRotationState.getRotationOffset
(Piece activePiece, Model.MoveType moveType)