/** * Classes and other stuff used for modifing the base game. However unlike the apimixins package, * this package does not make use of Sponge's Mixins but instead does the code transforming on it's own. * This is required as the developers of this extension are utter fools and do not know how to use mixins properly, * nor do they wish to learn it - so instead they did it the hard way and used ASMs ClassNode class. */ package de.geolykt.starloader.impl.asm;