Uses of Class
net.mtrop.doom.WadFile
Packages that use WadFile
-
Uses of WadFile in net.mtrop.doom
Methods in net.mtrop.doom that return WadFileModifier and TypeMethodDescriptionstatic WadFile
WadFile.createWadFile
(File f) Creates a new, empty WadFile (PWAD Type) and returns a reference to it.static WadFile
WadFile.createWadFile
(String path) Creates a new, empty WadFile and returns a reference to it.static WadFile
Creates a new WadFile from a subset of entries (and their data) from another Wad.static WadFile
Creates a new WadFile from a subset of entries (and their data) from another Wad.DoomPK3.getDataAsTempWadFile
(String entryName, File outFile) Retrieves the data for a particular entry, extracts it, and, presuming it to be a WAD of some kind, opens it as a WadFile.DoomPK3.getDataAsTempWadFile
(String entryName, String outFilePath) Retrieves the data for a particular entry, extracts it, and, presuming it to be a WAD of some kind, opens it as a WadFile.