Class NoMixinException

All Implemented Interfaces:
Serializable

public class NoMixinException extends IllegalStateException
An Exception which is thrown when a Mixin should have implemented a Method but hasn't. de.luckymcdev.foundryengine.interfaces
See Also:
  • Constructor Details

    • NoMixinException

      public NoMixinException(Object thisObject)
      Constructs a new NoMixinException
      Parameters:
      thisObject - object whose method should have been implemented.