Compass

interface Compass : HudObject

Represents compass.

Functions

Link copied to clipboard
@NotNull
open fun getComponentsByType(@NotNull hudPlayer: @NotNull HudPlayer): @NotNull List<WidthComponent>
Link copied to clipboard
@NotNull
abstract fun getName(): @NotNull String
Gets an internal name of object.
Link copied to clipboard
@NotNull
abstract fun getType(): @NotNull HudObjectType<out Any>
Gets the type instance.
Link copied to clipboard
@NotNull
abstract fun indicate(@NotNull player: @NotNull HudPlayer): @NotNull WidthComponent
Indicates some player's compass by some location
Link copied to clipboard
abstract fun isDefault(): Boolean
Returns this object is default object or not.