classpublicPriority 3
EventRegistration
com.hypixel.hytale.event.EventRegistration
2
Methods
2
Public Methods
1
Fields
2
Constructors
Constructors
public
EventRegistration(Class<EventType> eventClass, BooleanSupplier isEnabled, Runnable unregister)public
EventRegistration(EventRegistration<KeyType, EventType> registration, BooleanSupplier isEnabled, Runnable unregister)Methods
Public Methods (2)
public
Class<EventType> getEventClass()@Nonnull
public
String toString()@Nonnull@Override
Fields
Protected Fields (1)
protected
Class<EventType> eventClassRelated Classes
Used By