Klasse NoMixinException

Alle implementierten Schnittstellen:
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
Siehe auch:
  • Konstruktordetails

    • NoMixinException

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