Uses of Interface
tech.skworks.tachyon.api.event.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in tech.skworks.tachyon.api
Methods in tech.skworks.tachyon.api that return EventBusModifier and TypeMethodDescriptionTachyonAPI.getEventBus()Retrieves the central asynchronous event bus used to dispatch and handle Tachyon events. -
Uses of EventBus in tech.skworks.tachyon.plugin.core.event
Classes in tech.skworks.tachyon.plugin.core.event that implement EventBusModifier and TypeClassDescriptionclassCore implementation of the Tachyon Event Bus. -
Uses of EventBus in tech.skworks.tachyon.plugin.core.playerdata
Constructors in tech.skworks.tachyon.plugin.core.playerdata with parameters of type EventBusModifierConstructorDescriptionTachyonProfileRegistryImpl(@NotNull ComponentRegistryImpl componentRegistryImpl, @Nullable TachyonMetrics tachyonMetrics, @NotNull EventBus<org.bukkit.plugin.java.JavaPlugin> eventBus) -
Uses of EventBus in tech.skworks.tachyon.plugin.spigot
Methods in tech.skworks.tachyon.plugin.spigot that return EventBusModifier and TypeMethodDescriptionEventBus<org.bukkit.plugin.java.JavaPlugin> TachyonCore.getEventBus()