Class AbstractNotificationHandler<T extends AbstractNBTSerializable>

java.lang.Object
me.ranzeplay.messagechain.notification.AbstractNotificationHandler<T>
All Implemented Interfaces:
Consumer<T>
Direct Known Subclasses:
ExampleNotificationTest

public abstract class AbstractNotificationHandler<T extends AbstractNBTSerializable> extends Object implements Consumer<T>
  • Constructor Details

    • AbstractNotificationHandler

      public AbstractNotificationHandler()