- CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
- FIELDS
enum string[] FIELDS;
Undocumented in source.
- ID
enum uint ID;
Undocumented in source.
- PARTICLE_BLOCK_FORCE_FIELD
enum int PARTICLE_BLOCK_FORCE_FIELD;
Undocumented in source.
- PARTICLE_BUBBLE
enum int PARTICLE_BUBBLE;
Undocumented in source.
- PARTICLE_CARROT
enum int PARTICLE_CARROT;
Undocumented in source.
- PARTICLE_CRITICAL
enum int PARTICLE_CRITICAL;
Undocumented in source.
- PARTICLE_DESTROY
enum int PARTICLE_DESTROY;
Undocumented in source.
- PARTICLE_DRAGON_BREATH
enum int PARTICLE_DRAGON_BREATH;
Undocumented in source.
- PARTICLE_DRIP_LAVA
enum int PARTICLE_DRIP_LAVA;
Undocumented in source.
- PARTICLE_DRIP_WATER
enum int PARTICLE_DRIP_WATER;
Undocumented in source.
- PARTICLE_ENCHANTMENT_TABLE
enum int PARTICLE_ENCHANTMENT_TABLE;
Undocumented in source.
- PARTICLE_END_ROD
enum int PARTICLE_END_ROD;
Undocumented in source.
- PARTICLE_EVAPORATION
enum int PARTICLE_EVAPORATION;
Undocumented in source.
- PARTICLE_EXPLODE
enum int PARTICLE_EXPLODE;
Undocumented in source.
- PARTICLE_EYE_DESPAWN
enum int PARTICLE_EYE_DESPAWN;
Undocumented in source.
- PARTICLE_FALLING_DUST
enum int PARTICLE_FALLING_DUST;
Undocumented in source.
- PARTICLE_FLAME
enum int PARTICLE_FLAME;
Undocumented in source.
- PARTICLE_HEART
enum int PARTICLE_HEART;
Undocumented in source.
- PARTICLE_HUGE_EXPLODE
enum int PARTICLE_HUGE_EXPLODE;
Undocumented in source.
- PARTICLE_HUGE_EXPLODE_SEED
enum int PARTICLE_HUGE_EXPLODE_SEED;
Undocumented in source.
- PARTICLE_INK
enum int PARTICLE_INK;
Undocumented in source.
- PARTICLE_ITEM_BREAK
enum int PARTICLE_ITEM_BREAK;
Undocumented in source.
- PARTICLE_LARGE_SMOKE
enum int PARTICLE_LARGE_SMOKE;
Undocumented in source.
- PARTICLE_LAVA
enum int PARTICLE_LAVA;
Undocumented in source.
- PARTICLE_MOB_FLAME
enum int PARTICLE_MOB_FLAME;
Undocumented in source.
- PARTICLE_MOB_SPELL
enum int PARTICLE_MOB_SPELL;
Undocumented in source.
- PARTICLE_MOB_SPELL_AMBIENT
enum int PARTICLE_MOB_SPELL_AMBIENT;
Undocumented in source.
- PARTICLE_MOB_SPELL_INSTANTANEOUS
enum int PARTICLE_MOB_SPELL_INSTANTANEOUS;
Undocumented in source.
- PARTICLE_NOTE
enum int PARTICLE_NOTE;
Undocumented in source.
- PARTICLE_PORTAL
enum int PARTICLE_PORTAL;
Undocumented in source.
- PARTICLE_RAIN_SPLASH
enum int PARTICLE_RAIN_SPLASH;
Undocumented in source.
- PARTICLE_REDSTONE
enum int PARTICLE_REDSTONE;
Undocumented in source.
- PARTICLE_RISING_RED_DUST
enum int PARTICLE_RISING_RED_DUST;
Undocumented in source.
- PARTICLE_SHOOT
enum int PARTICLE_SHOOT;
Undocumented in source.
- PARTICLE_SLIME
enum int PARTICLE_SLIME;
Undocumented in source.
- PARTICLE_SMOKE
enum int PARTICLE_SMOKE;
Undocumented in source.
- PARTICLE_SNOWBALL_POOF
enum int PARTICLE_SNOWBALL_POOF;
Undocumented in source.
- PARTICLE_SPAWN
enum int PARTICLE_SPAWN;
Undocumented in source.
- PARTICLE_SPLASH
enum int PARTICLE_SPLASH;
Undocumented in source.
- PARTICLE_TERRAIN
enum int PARTICLE_TERRAIN;
Undocumented in source.
- PARTICLE_TOWN_AURA
enum int PARTICLE_TOWN_AURA;
Undocumented in source.
- PARTICLE_TRACKING_EMITTER
enum int PARTICLE_TRACKING_EMITTER;
Undocumented in source.
- PARTICLE_VILLAGER_ANGRY
enum int PARTICLE_VILLAGER_ANGRY;
Undocumented in source.
- PARTICLE_VILLAGER_HAPPY
enum int PARTICLE_VILLAGER_HAPPY;
Undocumented in source.
- PARTICLE_WATER_SPLASH
enum int PARTICLE_WATER_SPLASH;
Undocumented in source.
- PARTICLE_WATER_WAKE
enum int PARTICLE_WATER_WAKE;
Undocumented in source.
- PARTICLE_WITCH_SPELL
enum int PARTICLE_WITCH_SPELL;
Undocumented in source.
- PLAYERS_SLEEPING
enum int PLAYERS_SLEEPING;
Undocumented in source.
- SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
- SET_DATA
enum int SET_DATA;
Undocumented in source.
- START_BLOCK_BREAK
enum int START_BLOCK_BREAK;
Undocumented in source.
- START_RAIN
enum int START_RAIN;
Undocumented in source.
- START_THUNDER
enum int START_THUNDER;
Undocumented in source.
- STOP_BLOCK_BREAK
enum int STOP_BLOCK_BREAK;
Undocumented in source.
- STOP_RAIN
enum int STOP_RAIN;
Undocumented in source.
- STOP_THUNDER
enum int STOP_THUNDER;
Undocumented in source.
- data
int data;
Undocumented in source.
- eventId
int eventId;
Undocumented in source.
- position
Tuple!(float, "x", float, "y", float, "z") position;
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.