Uses of Enum Class
dev.laszlomocsy.tzaar.logic.figure.FigureType
Packages that use FigureType
-
Uses of FigureType in dev.laszlomocsy.tzaar.logic.figure
Methods in dev.laszlomocsy.tzaar.logic.figure that return FigureTypeModifier and TypeMethodDescriptionFigure.getType()
Gets the type of the figure.static FigureType
Returns the enum constant of this class with the specified name.static FigureType[]
FigureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.laszlomocsy.tzaar.logic.figure with parameters of type FigureTypeModifier and TypeMethodDescriptionvoid
Figure.setType
(FigureType type) Sets the type of the figure.Constructors in dev.laszlomocsy.tzaar.logic.figure with parameters of type FigureTypeModifierConstructorDescriptionFigure
(FigureLocation location, FigureColor color, FigureType type) Initializes a new figure with the height of 1.Figure
(FigureLocation location, FigureColor color, FigureType type, int height) Initializes a new figure.