Uses of Interface
net.mtrop.doom.util.WadUtils.WadConsumer
Packages that use WadUtils.WadConsumer
-
Uses of WadUtils.WadConsumer in net.mtrop.doom.util
Methods in net.mtrop.doom.util with parameters of type WadUtils.WadConsumerModifier 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.