- AGENT_ARM_SWING
enum ubyte AGENT_ARM_SWING;
Undocumented in source.
- ARM_SWING
enum ubyte ARM_SWING;
Undocumented in source.
- BABY_ANIMAL_FEED
enum ubyte BABY_ANIMAL_FEED;
Undocumented in source.
- CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
- COMPLETE_TRADE
enum ubyte COMPLETE_TRADE;
Undocumented in source.
- CONSUME_TOTEM
enum ubyte CONSUME_TOTEM;
Undocumented in source.
- DEATH_ANIMATION
enum ubyte DEATH_ANIMATION;
Undocumented in source.
- DEATH_SMOKE_CLOUD
enum ubyte DEATH_SMOKE_CLOUD;
Undocumented in source.
- DRAGON_PUKE
enum ubyte DRAGON_PUKE;
Undocumented in source.
- DUST_PARTICLES
enum ubyte DUST_PARTICLES;
Undocumented in source.
- EATING_ITEM
enum ubyte EATING_ITEM;
Undocumented in source.
- EAT_GRASS_ANIMATION
enum ubyte EAT_GRASS_ANIMATION;
Undocumented in source.
- ELDER_GUARDIAN_CURSE
enum ubyte ELDER_GUARDIAN_CURSE;
Undocumented in source.
- ENDER_DRAGON_DEATH
enum ubyte ENDER_DRAGON_DEATH;
Undocumented in source.
- ENTITY_SPAWN
enum ubyte ENTITY_SPAWN;
Undocumented in source.
- FIELDS
enum string[] FIELDS;
Undocumented in source.
- FIREWORK_PARTICLES
enum ubyte FIREWORK_PARTICLES;
Undocumented in source.
- FISH_HOOK_BUBBLES
enum ubyte FISH_HOOK_BUBBLES;
Undocumented in source.
- FISH_HOOK_HOOK
enum ubyte FISH_HOOK_HOOK;
Undocumented in source.
- FISH_HOOK_POSITION
enum ubyte FISH_HOOK_POSITION;
Undocumented in source.
- FISH_HOOK_TEASE
enum ubyte FISH_HOOK_TEASE;
Undocumented in source.
- HURT_ANIMATION
enum ubyte HURT_ANIMATION;
Undocumented in source.
- ID
enum uint ID;
Undocumented in source.
- IRON_GOLEM_OFFER_FLOWER
enum ubyte IRON_GOLEM_OFFER_FLOWER;
Undocumented in source.
- IRON_GOLEM_WITHDRAW_FLOWER
enum ubyte IRON_GOLEM_WITHDRAW_FLOWER;
Undocumented in source.
- ITEM_ENTITY_MERGE
enum ubyte ITEM_ENTITY_MERGE;
Undocumented in source.
- LOVE_PARTICLES
enum ubyte LOVE_PARTICLES;
Undocumented in source.
- MINECART_TNT_PRIME_FUSE
enum ubyte MINECART_TNT_PRIME_FUSE;
Undocumented in source.
- PLAYER_ADD_XP_LEVELS
enum ubyte PLAYER_ADD_XP_LEVELS;
Undocumented in source.
- REMOVE_LEASH
enum ubyte REMOVE_LEASH;
Undocumented in source.
- RESPAWN
enum ubyte RESPAWN;
Undocumented in source.
- SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
- SHAKE_WET
enum ubyte SHAKE_WET;
Undocumented in source.
- SILVERFISH_SPAWN_ANIMATION
enum ubyte SILVERFISH_SPAWN_ANIMATION;
Undocumented in source.
- SQUID_INK_CLOUD
enum ubyte SQUID_INK_CLOUD;
Undocumented in source.
- TAME_FAIL
enum ubyte TAME_FAIL;
Undocumented in source.
- TAME_SUCCESS
enum ubyte TAME_SUCCESS;
Undocumented in source.
- USE_ITEM
enum ubyte USE_ITEM;
Undocumented in source.
- WITCH_DRINK_POTION
enum ubyte WITCH_DRINK_POTION;
Undocumented in source.
- WITCH_SPELL_ANIMATION
enum ubyte WITCH_SPELL_ANIMATION;
Undocumented in source.
- WITCH_THROWN_POTION
enum ubyte WITCH_THROWN_POTION;
Undocumented in source.
- ZOMBIE_VILLAGER_CURE
enum ubyte ZOMBIE_VILLAGER_CURE;
Undocumented in source.
- data
int data;
Undocumented in source.
- entityId
long entityId;
Undocumented in source.
- eventId
ubyte eventId;
Undocumented in source.
- _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.