Uses of Enum Class
sac.model.rotations.SuperRotationSystem.SuperRotationState
Packages that use SuperRotationSystem.SuperRotationState
-
Uses of SuperRotationSystem.SuperRotationState in sac.model.rotations
Methods in sac.model.rotations that return SuperRotationSystem.SuperRotationStateModifier and TypeMethodDescriptionSuperRotationSystem.computeNextSuperRotationState
(SuperRotationSystem.SuperRotationState currentState, Model.MoveType moveType) Returns the enum constant of this class with the specified name.SuperRotationSystem.SuperRotationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in sac.model.rotations with parameters of type SuperRotationSystem.SuperRotationStateModifier and TypeMethodDescriptionSuperRotationSystem.computeNextSuperRotationState
(SuperRotationSystem.SuperRotationState currentState, Model.MoveType moveType) static Point
SuperRotationSystem.getOffsetTestData
(Piece.PieceType type, SuperRotationSystem.SuperRotationState src, SuperRotationSystem.SuperRotationState dest, int testCnt) static Point
SuperRotationSystem.getTrueRotationOffset
(Piece.PieceType type, SuperRotationSystem.SuperRotationState src, SuperRotationSystem.SuperRotationState dest)