Uses of Interface
tech.skworks.tachyon.api.event.TachyonEvent
Packages that use TachyonEvent
Package
Description
-
Uses of TachyonEvent in tech.skworks.tachyon.api.event
Methods in tech.skworks.tachyon.api.event with type parameters of type TachyonEventModifier and TypeMethodDescription<T extends TachyonEvent>
voidEventBus.post(T event) <T extends TachyonEvent>
void<T extends TachyonEvent>
voidEventBus.unregister(O owner, @NotNull Class<T> eventClass, @NotNull Consumer<T> handler) -
Uses of TachyonEvent in tech.skworks.tachyon.api.event.profile
Classes in tech.skworks.tachyon.api.event.profile that implement TachyonEventModifier and TypeClassDescriptionfinal recordTriggered when a player's profile is fully loaded from the backend.final recordTriggered when a player's profile is removed from the active registry cache. -
Uses of TachyonEvent in tech.skworks.tachyon.plugin.core.event
Methods in tech.skworks.tachyon.plugin.core.event with type parameters of type TachyonEventModifier and TypeMethodDescription<T extends TachyonEvent>
voidTachyonEventBusImpl.post(T event) <T extends TachyonEvent>
voidTachyonEventBusImpl.register(@NotNull org.bukkit.plugin.java.JavaPlugin owner, @NotNull Class<T> eventClass, @NotNull Consumer<T> handler) <T extends TachyonEvent>
voidTachyonEventBusImpl.unregister(@NotNull org.bukkit.plugin.java.JavaPlugin owner, @NotNull Class<T> eventClass, @NotNull Consumer<T> handler)