Uses of Class
ch.sahits.game.openpatrician.model.GenericTriple
-
Packages that use GenericTriple Package Description ch.sahits.game.openpatrician.model.cheat -
-
Uses of GenericTriple in ch.sahits.game.openpatrician.model.cheat
Methods in ch.sahits.game.openpatrician.model.cheat that return types with arguments of type GenericTriple Modifier and Type Method Description java.util.List<GenericTriple<java.lang.String>>IDoubleSelectableCheatCommand. getFirstOptions()List of first options to be displayed.java.util.List<GenericTriple<java.lang.String>>ISingleSelectableCheatCommand. getOptions()List of options to be displayed.java.util.List<GenericTriple<java.lang.String>>IDoubleSelectableCheatCommand. getSecondOptions()List of second options to be displayed.Methods in ch.sahits.game.openpatrician.model.cheat with parameters of type GenericTriple Modifier and Type Method Description voidIDoubleSelectableCheatCommand. setSelectedFirstOption(GenericTriple<java.lang.String> option)Set the first option that was chosen.voidISingleSelectableCheatCommand. setSelectedOption(GenericTriple<java.lang.String> option)Set the option that was chosen.voidIDoubleSelectableCheatCommand. setSelectedSecondOption(GenericTriple<java.lang.String> option)Set the first option that was chosen.
-