CompassImpl

Properties

Link copied to clipboard
abstract val id: String
Link copied to clipboard
abstract val isDefault: Boolean
Link copied to clipboard
@get:NotNull
abstract val name: @NotNull String
Link copied to clipboard
@get:NotNull
abstract val type: @NotNull HudObjectType<*>

Functions

Link copied to clipboard
open fun add(@NotNull player: @NotNull HudPlayer): Boolean
Link copied to clipboard
@ApiStatus.Internal
@NotNull
open fun getComponentsByType(@NotNull player: @NotNull HudPlayer): @NotNull HudComponentSupplier<*>
Link copied to clipboard
@ApiStatus.Internal
@NotNull
open fun identifier(): HudObject.Identifier
Link copied to clipboard
@NotNull
abstract fun indicate(@NotNull p0: @NotNull HudPlayer): @NotNull HudComponentSupplier<Compass?>
Link copied to clipboard
open fun remove(@NotNull player: @NotNull HudPlayer): Boolean
Link copied to clipboard
abstract fun tick(): Long