Uses of Enum Class
net.mtrop.doom.Wad.Type
Packages that use Wad.Type
-
Uses of Wad.Type in net.mtrop.doom
Methods in net.mtrop.doom that return Wad.TypeModifier and TypeMethodDescriptionfinal Wad.Type
WadBuffer.getType()
Gets the type of WAD that this is.final Wad.Type
WadFile.getType()
Gets the type of WAD that this is.static Wad.Type
Returns the enum constant of this class with the specified name.static Wad.Type[]
Wad.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.mtrop.doom with parameters of type Wad.TypeModifier and TypeMethodDescriptionfinal void
Sets the type of WAD that this is.final void
Sets the type of WAD that this is.Constructors in net.mtrop.doom with parameters of type Wad.TypeModifierConstructorDescriptionCreates an empty WadBuffer with a specific type.Creates an empty WadBuffer with a specific type.Creates an empty WadBuffer with a specific type.