Uses of Interface
net.mtrop.doom.util.WadUtils.WadConsumer
-
Uses of WadUtils.WadConsumer in net.mtrop.doom.util
Modifier and TypeMethodDescriptionstatic void
WadUtils.createWadAnd
(File path, WadUtils.WadConsumer wadConsumer) Creates a new WAD file, performs an action on it, and then closes it automatically afterward.static void
WadUtils.createWadAnd
(String path, WadUtils.WadConsumer wadConsumer) Creates a new WAD file, performs an action on it, and then closes it automatically afterward.static void
WadUtils.openWadAnd
(File path, WadUtils.WadConsumer wadConsumer) Opens a WAD file, performs an action on it, and then closes it automatically afterward.static void
WadUtils.openWadAnd
(String path, WadUtils.WadConsumer wadConsumer) Opens a WAD file, performs an action on it, and then closes it automatically afterward.