RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.net.codec.ByteModification Enum Reference

Public Attributes

 NONE
 ADD
 NEG
 SUB

Detailed Description

Represents RuneScape's custom value types.

Author
nshusa

Definition at line 33 of file ByteModification.java.

Member Data Documentation

◆ ADD

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.

◆ NEG

com.osroyale.net.codec.ByteModification.NEG

Negates the value

Definition at line 48 of file ByteModification.java.

◆ NONE

com.osroyale.net.codec.ByteModification.NONE

No modifications

Definition at line 38 of file ByteModification.java.

◆ SUB

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.


The documentation for this enum was generated from the following file: