EntityStatus

Undocumented in source.
class EntityStatus : Java393Packet {}

Constructors

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

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Static functions

fromBuffer
typeof(this) 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.
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.
__fields
enum string[] __fields;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.
status
ubyte status;
Undocumented in source.

Meta