Release 0.9.0
- Removed Java 7 Compatibility Layers (
ExtendedLong
andDataConsumer
)- Tech now exists to handle downgrading without intervening on our end, so Java 8+ standards are now enforced
- Added
equals
andhashCode
method support forRichPresence
objects- Allows for more effective comparisons if wanting to avoid duplicated packet sending
IPCClient#sendRichPresence
no longer takes in a nullpresence
parameter- Documentation and misc. code cleanups