Uses of Interface
tech.skworks.tachyon.api.profile.TachyonProfile
Packages that use TachyonProfile
Package
Description
-
Uses of TachyonProfile in tech.skworks.tachyon.api.event.profile
Methods in tech.skworks.tachyon.api.event.profile that return TachyonProfileModifier and TypeMethodDescription@NotNull TachyonProfileProfileLoadedEvent.profile()Returns the value of theprofilerecord component.@NotNull TachyonProfileProfileUnloadedEvent.profile()Returns the value of theprofilerecord component.Constructors in tech.skworks.tachyon.api.event.profile with parameters of type TachyonProfileModifierConstructorDescriptionProfileLoadedEvent(@NotNull UUID playerUuid, @NotNull TachyonProfile profile) Creates an instance of aProfileLoadedEventrecord class.ProfileUnloadedEvent(@NotNull UUID playerUuid, @NotNull TachyonProfile profile, @NotNull String reason) Creates an instance of aProfileUnloadedEventrecord class. -
Uses of TachyonProfile in tech.skworks.tachyon.api.profile
Methods in tech.skworks.tachyon.api.profile that return TachyonProfileModifier and TypeMethodDescription@Nullable TachyonProfileTachyonProfileRegistry.getProfile(@NotNull UUID uuid) Methods in tech.skworks.tachyon.api.profile that return types with arguments of type TachyonProfileModifier and TypeMethodDescription@NotNull Collection<TachyonProfile> TachyonProfileRegistry.getProfiles() -
Uses of TachyonProfile in tech.skworks.tachyon.api.services
Methods in tech.skworks.tachyon.api.services with parameters of type TachyonProfileModifier and TypeMethodDescription@NotNull CompletableFuture<Void> PlayerDataService.pushProfile(@NotNull TachyonProfile tachyonProfile) Method parameters in tech.skworks.tachyon.api.services with type arguments of type TachyonProfileModifier and TypeMethodDescriptionvoidPlayerSessionService.sendHeartBeats(@NotNull Collection<TachyonProfile> profiles, boolean log) -
Uses of TachyonProfile in tech.skworks.tachyon.plugin.core.playerdata
Classes in tech.skworks.tachyon.plugin.core.playerdata that implement TachyonProfileMethods in tech.skworks.tachyon.plugin.core.playerdata that return TachyonProfileModifier and TypeMethodDescription@Nullable TachyonProfileTachyonProfileRegistryImpl.getProfile(@NotNull UUID uuid) Methods in tech.skworks.tachyon.plugin.core.playerdata that return types with arguments of type TachyonProfileModifier and TypeMethodDescription@NotNull Collection<TachyonProfile> TachyonProfileRegistryImpl.getProfiles()Methods in tech.skworks.tachyon.plugin.core.playerdata with parameters of type TachyonProfileModifier and TypeMethodDescription@NotNull CompletableFuture<Void> GrpcPlayerDataService.pushProfile(@NotNull TachyonProfile tachyonProfile) -
Uses of TachyonProfile in tech.skworks.tachyon.plugin.core.playersession
Method parameters in tech.skworks.tachyon.plugin.core.playersession with type arguments of type TachyonProfileModifier and TypeMethodDescriptionvoidGrpcPlayerSessionService.sendHeartBeats(@NotNull Collection<TachyonProfile> profiles, boolean log)