Uses of Class
net.mtrop.doom.texture.Switches.Entry
Packages that use Switches.Entry
-
Uses of Switches.Entry in net.mtrop.doom.texture
Classes in net.mtrop.doom.texture that implement interfaces with type arguments of type Switches.EntryModifier and TypeClassDescriptionclass
This class represents the contents of a Boom Engine SWITCHES lump.Fields in net.mtrop.doom.texture with type parameters of type Switches.EntryModifier and TypeFieldDescriptionprotected List
<Switches.Entry> Switches.entryList
List of entries.Methods in net.mtrop.doom.texture that return Switches.EntryModifier and TypeMethodDescriptionSwitches.get
(int i) Returns a switch entry at a specific index.Switches.removeEntry
(int i) Removes a switch entry at a specific index.Methods in net.mtrop.doom.texture that return types with arguments of type Switches.Entry