Uses of Class
net.mtrop.doom.texture.Animated.Entry
Packages that use Animated.Entry
-
Uses of Animated.Entry in net.mtrop.doom.texture
Fields in net.mtrop.doom.texture with type parameters of type Animated.EntryModifier and TypeFieldDescriptionprotected List<Animated.Entry>
Animated.entryList
List of entries.Methods in net.mtrop.doom.texture that return Animated.EntryModifier and TypeMethodDescriptionstatic Animated.Entry
Creates a flat entry.Animated.get
(int i) Returns an Animated entry at a specific index.Animated.removeEntry
(int i) Removes an Animated entry at a specific index.static Animated.Entry
Creates a texture entry.static Animated.Entry
Creates a texture entry.Methods in net.mtrop.doom.texture that return types with arguments of type Animated.EntryMethods in net.mtrop.doom.texture with parameters of type Animated.EntryModifier and TypeMethodDescriptionvoid
Animated.addEntry
(Animated.Entry entry) Adds an entry to this Animated lump.