Uses of Enum Class
org.x4o.fc18.cake2.FourCornerDotCakeTower
Packages that use FourCornerDotCakeTower
-
Uses of FourCornerDotCakeTower in love.distributedrebirth.nx01.mushroom.mais.fc18
Methods in love.distributedrebirth.nx01.mushroom.mais.fc18 that return FourCornerDotCakeTowerConstructors in love.distributedrebirth.nx01.mushroom.mais.fc18 with parameters of type FourCornerDotCakeTower -
Uses of FourCornerDotCakeTower in org.x4o.fc18.cake2
Subclasses with type arguments of type FourCornerDotCakeTower in org.x4o.fc18.cake2Modifier and TypeClassDescriptionenum
Grouping enum for the dot cake slices.Methods in org.x4o.fc18.cake2 that return FourCornerDotCakeTowerModifier and TypeMethodDescriptionFourCornerDotCake.tower()
static FourCornerDotCakeTower
FourCornerDotCakeTower.valueOf
(int idx) Returns the enum constant of this class with the specified name.static FourCornerDotCakeTower
Returns the enum constant of this class with the specified name.static FourCornerDotCakeTower[]
FourCornerDotCakeTower.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.x4o.fc18.cake2 with parameters of type FourCornerDotCakeTowerModifier and TypeMethodDescriptionstatic List
<FourCornerDotCake> FourCornerDotCake.valuesByTower
(FourCornerDotCakeTower tower)