RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Attributes | |
NONE | |
ADD | |
NEG | |
SUB |
Represents RuneScape's custom value types.
Definition at line 33 of file ByteModification.java.
com.osroyale.net.codec.ByteModification.ADD |
Adds 128 to the value when written, subtracts 128 from the rarity when read.
Definition at line 43 of file ByteModification.java.
com.osroyale.net.codec.ByteModification.NEG |
Negates the value
Definition at line 48 of file ByteModification.java.
com.osroyale.net.codec.ByteModification.NONE |
No modifications
Definition at line 38 of file ByteModification.java.
com.osroyale.net.codec.ByteModification.SUB |
Subtracts the value from 128 when written, adds 128 to the rarity when read.
Definition at line 53 of file ByteModification.java.