Fake multiple inheritance in Java.
I did it so I didn't have to duplicate so much code and fields every time I wanted to make a new PredicateBlock. Anyways this requires a DCEVM to make hotswapping work again because it breaks hotswapping normally by telling the JVM there was a schema change lol.
Comments
told you
I did it so I didn't have to duplicate so much code and fields every time I wanted to make a new PredicateBlock. Anyways this requires a DCEVM to make hotswapping work again because it breaks hotswapping normally by telling the JVM there was a schema change lol.