Class ObjectLoader
- java.lang.Object
-
- net.runelite.cache.definitions.loaders.ObjectLoader
-
public class ObjectLoader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intREV_220_OBJ_ARCHIVE_REV
-
Constructor Summary
Constructors Constructor Description ObjectLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)ObjectLoaderconfigureForRevision(int rev)booleanequals(Object o)inthashCode()booleanisRev220SoundData()ObjectDefinitionload(int id, byte[] b)ObjectLoadersetRev220SoundData(boolean rev220SoundData)StringtoString()
-
-
-
Field Detail
-
REV_220_OBJ_ARCHIVE_REV
public static final int REV_220_OBJ_ARCHIVE_REV
- See Also:
- Constant Field Values
-
-
Method Detail
-
configureForRevision
public ObjectLoader configureForRevision(int rev)
-
load
public ObjectDefinition load(int id, byte[] b)
-
isRev220SoundData
public boolean isRev220SoundData()
-
setRev220SoundData
public ObjectLoader setRev220SoundData(boolean rev220SoundData)
- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-