Class SequenceLoader
- java.lang.Object
-
- net.runelite.cache.definitions.loaders.SequenceLoader
-
public class SequenceLoader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intREV_220_SEQ_ARCHIVE_REVstatic intREV_226_SEQ_ARCHIVE_REV
-
Constructor Summary
Constructors Constructor Description SequenceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)SequenceLoaderconfigureForRevision(int rev)booleanequals(Object o)inthashCode()booleanisRev220FrameSounds()booleanisRev226()SequenceDefinitionload(int id, byte[] b)SequenceLoadersetRev220FrameSounds(boolean rev220FrameSounds)SequenceLoadersetRev226(boolean rev226)StringtoString()
-
-
-
Field Detail
-
REV_220_SEQ_ARCHIVE_REV
public static final int REV_220_SEQ_ARCHIVE_REV
- See Also:
- Constant Field Values
-
REV_226_SEQ_ARCHIVE_REV
public static final int REV_226_SEQ_ARCHIVE_REV
- See Also:
- Constant Field Values
-
-
Method Detail
-
configureForRevision
public SequenceLoader configureForRevision(int rev)
-
load
public SequenceDefinition load(int id, byte[] b)
-
isRev220FrameSounds
public boolean isRev220FrameSounds()
-
isRev226
public boolean isRev226()
-
setRev220FrameSounds
public SequenceLoader setRev220FrameSounds(boolean rev220FrameSounds)
- Returns:
this.
-
setRev226
public SequenceLoader setRev226(boolean rev226)
- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-