RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Protected Member Functions | |
void | parse (JsonObject data) |
Protected Member Functions inherited from com.osroyale.util.parser.GsonParser | |
void | onEnd () |
Additional Inherited Members | |
Public Member Functions inherited from com.osroyale.util.parser.GsonParser | |
GsonParser (String path) | |
GsonParser (String path, boolean log) | |
final void | deserialize () |
Public Member Functions inherited from com.osroyale.util.parser.GenericParser | |
GenericParser (String path, String extension, boolean log) | |
void | onRead () |
final int | getIndex () |
Protected Attributes inherited from com.osroyale.util.parser.GsonParser | |
transient Gson | builder |
Protected Attributes inherited from com.osroyale.util.parser.GenericParser | |
final Path | path |
int | index |
Definition at line 28 of file WeaponDefinitionParser.java.
|
inlineprotected |
The method allows a user to modify the data as its being parsed.
data | The JsonObject that contains all serialized information. |
Reimplemented from com.osroyale.util.parser.GsonParser.
Definition at line 35 of file WeaponDefinitionParser.java.