Uses of Enum Class
net.mtrop.doom.texture.Switches.Game
Packages that use Switches.Game
-
Uses of Switches.Game in net.mtrop.doom.texture
Subclasses with type arguments of type Switches.Game in net.mtrop.doom.textureFields in net.mtrop.doom.texture declared as Switches.GameModifier and TypeFieldDescriptionprotected Switches.GameSwitches.Entry.gameThe game that this is used for.Methods in net.mtrop.doom.texture that return Switches.GameModifier and TypeMethodDescriptionSwitches.Entry.getGame()static Switches.GameReturns the enum constant of this class with the specified name.static Switches.Game[]Switches.Game.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.mtrop.doom.texture with parameters of type Switches.GameModifier and TypeMethodDescriptionvoidSwitches.addEntry(String offName, String onName, Switches.Game game) Adds a switch entry to this lump.