Uses of Class
net.mtrop.doom.texture.Animated.Entry
Packages that use Animated.Entry
-
Uses of Animated.Entry in net.mtrop.doom.texture
Classes in net.mtrop.doom.texture that implement interfaces with type arguments of type Animated.EntryModifier and TypeClassDescriptionclassThis class represents the contents of a Boom Engine ANIMATED lump.Fields in net.mtrop.doom.texture with type parameters of type Animated.EntryModifier and TypeFieldDescriptionprotected List<Animated.Entry> Animated.entryListList of entries.Methods in net.mtrop.doom.texture that return Animated.EntryModifier and TypeMethodDescriptionstatic Animated.EntryCreates 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.EntryCreates a texture entry.static Animated.EntryCreates 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 TypeMethodDescriptionvoidAnimated.addEntry(Animated.Entry entry) Adds an entry to this Animated lump.