EntityStatus

Undocumented in source.
class EntityStatus : Buffer {}

Constructors

this
this()
Undocumented in source.
this
this(uint entityId, ubyte status)
Undocumented in source.

Members

Functions

decode
void decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromBuffer
EntityStatus fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
DISABLE_REDUCED_DEBUG_SCREEN
enum ubyte DISABLE_REDUCED_DEBUG_SCREEN;
Undocumented in source.
ENABLE_REDUCED_DEBUG_SCREEN
enum ubyte ENABLE_REDUCED_DEBUG_SCREEN;
Undocumented in source.
FIELDS
enum string[] FIELDS;
Undocumented in source.
FINISHED_CONSUMING
enum ubyte FINISHED_CONSUMING;
Undocumented in source.
HOLD_POPPY
enum ubyte HOLD_POPPY;
Undocumented in source.
HOOK_KNOCKBACK
enum ubyte HOOK_KNOCKBACK;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
IGNITE_MINECART_TNT
enum ubyte IGNITE_MINECART_TNT;
Undocumented in source.
PLAY_ATTACK_ANIMATION_AND_SOUND
enum ubyte PLAY_ATTACK_ANIMATION_AND_SOUND;
Undocumented in source.
PLAY_DEATH_ANIMATION_AND_SOUND
enum ubyte PLAY_DEATH_ANIMATION_AND_SOUND;
Undocumented in source.
PLAY_EATING_GRASS_ANIMATION
enum ubyte PLAY_EATING_GRASS_ANIMATION;
Undocumented in source.
PLAY_GUARDIAN_SOUND_EFFECT
enum ubyte PLAY_GUARDIAN_SOUND_EFFECT;
Undocumented in source.
PLAY_HIT_SOUND
enum ubyte PLAY_HIT_SOUND;
Undocumented in source.
PLAY_HURT_ANIMATION_AND_SOUND
enum ubyte PLAY_HURT_ANIMATION_AND_SOUND;
Undocumented in source.
PLAY_JUMPING_ANIMATION_AND_PARTICLES
enum ubyte PLAY_JUMPING_ANIMATION_AND_PARTICLES;
Undocumented in source.
PLAY_SHAKING_WATER_ANIMATION
enum ubyte PLAY_SHAKING_WATER_ANIMATION;
Undocumented in source.
PLAY_SHIELD_BLOCK_SOUND
enum ubyte PLAY_SHIELD_BLOCK_SOUND;
Undocumented in source.
PLAY_SHIELD_BREAK_SOUND
enum ubyte PLAY_SHIELD_BREAK_SOUND;
Undocumented in source.
PLAY_THORNS_HURT_ANIMATION_AND_SOUND
enum ubyte PLAY_THORNS_HURT_ANIMATION_AND_SOUND;
Undocumented in source.
PLAY_TOTEM_UNDYING_ANIMATION
enum ubyte PLAY_TOTEM_UNDYING_ANIMATION;
Undocumented in source.
PLAY_ZOMBIE_CURE_FINISHED_SOUND
enum ubyte PLAY_ZOMBIE_CURE_FINISHED_SOUND;
Undocumented in source.
REMOVE_POPPY
enum ubyte REMOVE_POPPY;
Undocumented in source.
RESET_SPAWNER_DELAY
enum ubyte RESET_SPAWNER_DELAY;
Undocumented in source.
RESET_SQUID_ROTATION
enum ubyte RESET_SQUID_ROTATION;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SET_OP_PERMISSION_LEVEL_0
enum ubyte SET_OP_PERMISSION_LEVEL_0;
Undocumented in source.
SET_OP_PERMISSION_LEVEL_1
enum ubyte SET_OP_PERMISSION_LEVEL_1;
Undocumented in source.
SET_OP_PERMISSION_LEVEL_2
enum ubyte SET_OP_PERMISSION_LEVEL_2;
Undocumented in source.
SET_OP_PERMISSION_LEVEL_3
enum ubyte SET_OP_PERMISSION_LEVEL_3;
Undocumented in source.
SET_OP_PERMISSION_LEVEL_4
enum ubyte SET_OP_PERMISSION_LEVEL_4;
Undocumented in source.
SPAWN_EXPLOSION_PARTICLES
enum ubyte SPAWN_EXPLOSION_PARTICLES;
Undocumented in source.
SPAWN_FIREWORK_EXPLOSION_EFFECT
enum ubyte SPAWN_FIREWORK_EXPLOSION_EFFECT;
Undocumented in source.
SPAWN_HEART_PARTICLES
enum ubyte SPAWN_HEART_PARTICLES;
Undocumented in source.
SPAWN_LOVE_PARTICLES
enum ubyte SPAWN_LOVE_PARTICLES;
Undocumented in source.
SPAWN_SMOKE_PARTICLES
enum ubyte SPAWN_SMOKE_PARTICLES;
Undocumented in source.
SPAWN_TIPPED_ARROW_PARTICLE_EFFECTS
enum ubyte SPAWN_TIPPED_ARROW_PARTICLE_EFFECTS;
Undocumented in source.
SPAWN_VILLAGER_ANGRY_PARTICLES
enum ubyte SPAWN_VILLAGER_ANGRY_PARTICLES;
Undocumented in source.
SPAWN_VILLAGER_HAPPY_PARTICLES
enum ubyte SPAWN_VILLAGER_HAPPY_PARTICLES;
Undocumented in source.
SPAWN_VILLAGER_MATING_HEART_PARTICLES
enum ubyte SPAWN_VILLAGER_MATING_HEART_PARTICLES;
Undocumented in source.
SPAWN_WITCH_MAGIC_PARTICLES
enum ubyte SPAWN_WITCH_MAGIC_PARTICLES;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.
status
ubyte status;
Undocumented in source.

Inherited Members

From Buffer

_buffer
ubyte[] _buffer;
Undocumented in source.
_index
size_t _index;
Undocumented in source.
bufferInstance
Buffer bufferInstance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytes
void writeBytes(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
writeString
void writeString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
readBytes
ubyte[] readBytes(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
readString
string readString(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianBool
void writeBigEndianBool(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianBool
bool readBigEndianBool()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianBool
void writeLittleEndianBool(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianBool
bool readLittleEndianBool()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianByte
void writeBigEndianByte(byte a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianByte
byte readBigEndianByte()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianByte
void writeLittleEndianByte(byte a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianByte
byte readLittleEndianByte()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianUbyte
void writeBigEndianUbyte(ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianUbyte
ubyte readBigEndianUbyte()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianUbyte
void writeLittleEndianUbyte(ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianUbyte
ubyte readLittleEndianUbyte()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianShort
void writeBigEndianShort(short a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianShort
short readBigEndianShort()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianShort
void writeLittleEndianShort(short a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianShort
short readLittleEndianShort()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianUshort
void writeBigEndianUshort(ushort a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianUshort
ushort readBigEndianUshort()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianUshort
void writeLittleEndianUshort(ushort a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianUshort
ushort readLittleEndianUshort()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianTriad
void writeBigEndianTriad(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianTriad
int readBigEndianTriad()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianTriad
void writeLittleEndianTriad(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianTriad
int readLittleEndianTriad()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianInt
void writeBigEndianInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianInt
int readBigEndianInt()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianInt
void writeLittleEndianInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianInt
int readLittleEndianInt()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianUint
void writeBigEndianUint(uint a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianUint
uint readBigEndianUint()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianUint
void writeLittleEndianUint(uint a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianUint
uint readLittleEndianUint()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianLong
void writeBigEndianLong(long a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianLong
long readBigEndianLong()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianLong
void writeLittleEndianLong(long a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianLong
long readLittleEndianLong()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianUlong
void writeBigEndianUlong(ulong a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianUlong
ulong readBigEndianUlong()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianUlong
void writeLittleEndianUlong(ulong a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianUlong
ulong readLittleEndianUlong()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianFloat
void writeBigEndianFloat(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianFloat
float readBigEndianFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianFloat
void writeLittleEndianFloat(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianFloat
float readLittleEndianFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBigEndianDouble
void writeBigEndianDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
readBigEndianDouble
double readBigEndianDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLittleEndianDouble
void writeLittleEndianDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
readLittleEndianDouble
double readLittleEndianDouble()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta