selery.player.player

Members

Aliases

Subtitle
alias Subtitle = TitleImpl
Undocumented in source.
Title
alias Title = TitleImpl
Undocumented in source.

Classes

Player
class Player

Abstract class with abstract packet-related functions. It's implemented as another class by every version of Minecraft.

Puppet
class Puppet

Unconnected player for visualization. In the world is registered as an entity and it will not be found in the array of player obtained with world.online!Player nor in the count obtained with world.count!Player.

Enums

DeviceOS
enum DeviceOS
Undocumented in source.
InputMode
enum InputMode
Undocumented in source.
PermissionLevel
enum PermissionLevel
Undocumented in source.
isPlayer
eponymoustemplate isPlayer(T)

Checks whether or not the given symbol is of a connected player class.

Functions

isPlayerInstance
bool isPlayerInstance(Entity entity)

Checks if the given entity is an instance of a connected player.

Mixin templates

generateHandlers
mixintemplate generateHandlers(E...)
Undocumented in source.

Structs

TitleImpl
struct TitleImpl
Undocumented in source.

Meta

Authors

Kripth