Eventbus - fightale.org/docsRechercher la documentation ...RechercherCtrlK
void
shutdown
()
this
@Nonnull
public
extends
IBaseEvent
return
new
HashSet
this
@Nonnull
public
getRegisteredEventClassNames
()
new
HashSet
for
this
return
@Nullable
public
@Nonnull
extends
IBaseEvent
null
for
extends
IBaseEvent
this
if
return
null
null
this
@Nonnull
public
extends
IBaseEvent
@Nonnull
super
return
this
this
@Nonnull
public
extends
IEvent
@Nonnull
super
extends
IBaseEvent
extends
EventBusRegistry
extends
IBaseEvent
this
new
SyncEventBusRegistry
if
this
true
return
@Nonnull
private
extends
IAsyncEvent
getAsyncRegistry
(@Nonnull Class<? super EventType> eventClass)
extends
IBaseEvent
extends
EventBusRegistry
extends
IBaseEvent
this
new
AsyncEventBusRegistry
if
this
true
return
public
extends
IBaseEvent
register
(@Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
short
0
null
public
extends
IBaseEvent
register
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
null
public
extends
IBaseEvent
register
(short priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
null
public
extends
IBaseEvent
register
(@Nonnull Class<? super EventType> eventClass, @Nonnull KeyType key, @Nonnull Consumer<EventType> consumer)
return
this
short
0
public
extends
IBaseEvent
register
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull KeyType key, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IBaseEvent
register
(short priority, @Nonnull Class<? super EventType> eventClass, @Nullable KeyType key, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IAsyncEvent
registerAsync
(@Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
short
0
null
public
extends
IAsyncEvent
registerAsync
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
null
public
extends
IAsyncEvent
registerAsync
(short priority, Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
null
public
extends
IAsyncEvent
registerAsync
(@Nonnull Class<? super EventType> eventClass, @Nonnull KeyType key, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
short
0
public
extends
IAsyncEvent
registerAsync
(@Nonnull EventPriority priority, Class<? super EventType> eventClass, @Nonnull KeyType key, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
public
extends
IAsyncEvent
registerAsync
(short priority, @Nonnull Class<? super EventType> eventClass, @Nullable KeyType key, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
public
extends
IBaseEvent
registerGlobal
(@Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
short
0
public
extends
IBaseEvent
registerGlobal
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IBaseEvent
registerGlobal
(short priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IAsyncEvent
registerAsyncGlobal
(@Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
short
0
public
extends
IAsyncEvent
registerAsyncGlobal
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
public
extends
IAsyncEvent
registerAsyncGlobal
(short priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
public
extends
IBaseEvent
registerUnhandled
(@Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
short
0
public
extends
IBaseEvent
registerUnhandled
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IBaseEvent
registerUnhandled
(short priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Consumer<EventType> consumer)
return
this
public
extends
IAsyncEvent
registerAsyncUnhandled
(@Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
short
0
public
extends
IAsyncEvent
registerAsyncUnhandled
(@Nonnull EventPriority priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
public
extends
IAsyncEvent
registerAsyncUnhandled
(short priority, @Nonnull Class<? super EventType> eventClass, @Nonnull Function<CompletableFuture<EventType>, CompletableFuture<EventType>> function)
return
this
@Nonnull
public
extends
IEvent
dispatchFor
(@Nonnull Class<? super EventType> eventClass, KeyType key)
this
return
null
@Nonnull
public
extends
IAsyncEvent
dispatchForAsync
(@Nonnull Class<? super EventType> eventClass, KeyType key)
this
return
null