Class PylonUnregisterEvent
-
- All Implemented Interfaces:
public final class PylonUnregisterEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PylonUnregisterEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PylonRegistry<?>
registry
private final Keyed
value
public final static PylonUnregisterEvent.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PylonUnregisterEvent(PylonRegistry<?> registry, Keyed value)
-
Method Summary
Modifier and Type Method Description final PylonRegistry<?>
getRegistry()
final Keyed
getValue()
HandlerList
getHandlers()
-
-
Constructor Detail
-
PylonUnregisterEvent
PylonUnregisterEvent(PylonRegistry<?> registry, Keyed value)
-
-
Method Detail
-
getRegistry
final PylonRegistry<?> getRegistry()
-
getHandlers
HandlerList getHandlers()
-
-
-
-