Uses of Interface
com.xyrisdev.cloud.api.scoreboard.ScoreboardAdapter
Packages that use ScoreboardAdapter
-
Uses of ScoreboardAdapter in com.xyrisdev.cloud.api.scoreboard
Methods in com.xyrisdev.cloud.api.scoreboard that return ScoreboardAdapterModifier and TypeMethodDescriptionstatic ScoreboardAdapter
ScoreboardRegistry.get
(@NotNull ScoreboardType type) Retrieves the scoreboard adapter associated with the given scoreboard type.Methods in com.xyrisdev.cloud.api.scoreboard with parameters of type ScoreboardAdapterModifier and TypeMethodDescriptionstatic void
ScoreboardRegistry.register
(@NotNull ScoreboardType type, @NotNull ScoreboardAdapter adapter) Registers a scoreboard adapter for a given scoreboard type. -
Uses of ScoreboardAdapter in com.xyrisdev.cloud.api.scoreboard.adapter
Subinterfaces of ScoreboardAdapter in com.xyrisdev.cloud.api.scoreboard.adapterModifier and TypeInterfaceDescriptioninterface
interface