Uses of Interface
net.mtrop.doom.object.BinaryObject.Transformer
-
Uses of BinaryObject.Transformer in net.mtrop.doom
Modifier and TypeMethodDescriptiondefault <BO extends BinaryObject>
voidWad.transformData
(int n, Class<BO> type, int objectLength, BinaryObject.Transformer<BO> transformer) Retrieves the data of a particular entry index as a deserialized lump of multiple objects, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
voidWad.transformData
(int n, Class<BO> type, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry index, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, int start, Class<BO> type, int objectLength, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, int start, Class<BO> type, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, Class<BO> type, int objectLength, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, Class<BO> type, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, String startEntryName, Class<BO> type, int objectLength, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.default <BO extends BinaryObject>
booleanWad.transformData
(String entryName, String startEntryName, Class<BO> type, BinaryObject.Transformer<BO> transformer) Retrieves the deserialized data of a particular entry, optionally transforms it, then writes it back to the Wad.