- Fixed issue where InventoryGUI would throw errors in 1.8
- Added variants of constructors for EventListener which will infer the plugin
- Added method to format large numbers with commas in FormatUtils
- Added constant array of BlockFace for all primary block faces in LocationUtils
- Added shorthand method to get the center of a block in LocationUtils
- Added variants of all methods to Task class which will infer the plugin
- Fixed edge case out-of-bounds error with WeightedRandom
- Tweaked NMSClass and NMSObject to support calling methods declared in a superclass
- Added method to main RedLib class which will get the plugin that called the calling method