CompassManager

interface CompassManager

Compass manager

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllCompasses(): @NotNull @Unmodifiable Set<Compass>
Gets all compasses.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllNames(): @NotNull @Unmodifiable Set<String>
Gets all compass's name.
Link copied to clipboard
@Nullable
abstract fun getCompass(@NotNull name: @NotNull String): @Nullable Compass
Gets compass by given name.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getDefaultCompasses(): @NotNull @Unmodifiable Set<Compass>
Gets all default compasses.