Package net.mtrop.doom.object
package net.mtrop.doom.object
Contains object interfaces for most data.
-
ClassDescriptionCommon elements of all objects that are loaded from binary data.BinaryObject.InlineScanner<BO extends BinaryObject>A deserializing scanner iterator that returns the same object instance with its contents changed.BinaryObject.Scanner<BO extends BinaryObject>A deserializing scanner iterator that returns independent instances of objects.BinaryObject.Transformer<BO extends BinaryObject>Transformer interface for transform calls.Interface for graphic data.Common elements of all objects that are loaded from text data.TextObject.Transformer<TO extends TextObject>Transformer interface for transform calls.