Uses of Class
net.mtrop.doom.WadBuffer
Package
Description
Contains the base structural abstracts for this library.
Contains utility classes.
-
Uses of WadBuffer in net.mtrop.doom
Modifier and TypeMethodDescriptionstatic WadBuffer
Creates a new WadBuffer from a subset of entries (and their data) from another Wad.static WadBuffer
Creates a new WadBuffer from a subset of entries (and their data) from another Wad.DoomPK3.getDataAsWadBuffer
(String entryName) Retrieves the data for a particular entry, presuming it to be a WAD of some kind, and returns it as a fully read WadBuffer. -
Uses of WadBuffer in net.mtrop.doom.util
Modifier and TypeMethodDescriptionstatic WadBuffer
WadUtils.openWadAndExtractBuffer
(File path, WadUtils.WadFunction<WadEntry[]> wadFunction) Opens a WAD file, exports a list of entries to a new returnedWadBuffer
, and then closes it automatically afterward.static WadBuffer
WadUtils.openWadAndExtractBuffer
(String path, WadUtils.WadFunction<WadEntry[]> wadFunction) Opens a WAD file, exports a list of entries to a new returnedWadBuffer
, and then closes it automatically afterward.