PlayerChannelHandler

A player channel

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun endTrack(@NotNull registry: @NotNull EntityTrackerRegistry)
Stops tracking this entity tracker
Link copied to clipboard
abstract fun isSlim(): Boolean
Checks this player's skin is slim
Link copied to clipboard
@NotNull
abstract fun player(): @NotNull Player
Gets Bukkit player
Link copied to clipboard
@NotNull
open fun profile(): @NotNull GameProfile
Gets player game profile
Link copied to clipboard
abstract fun startTrack(@NotNull registry: @NotNull EntityTrackerRegistry)
Tracks this entity tracker
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun trackedRegistries(): @NotNull @Unmodifiable Collection<EntityTrackerRegistry>
Gets tracked registry.
Link copied to clipboard
@NotNull
open fun trackedTrackers(): @NotNull Stream<EntityTracker>
Gets tracked trackers.
Link copied to clipboard
abstract fun unregisterAll()
Stops tracking all entity trackers