- ANVIL_BREAK
enum uint ANVIL_BREAK;
Undocumented in source.
- ANVIL_LAND
enum uint ANVIL_LAND;
Undocumented in source.
- ANVIL_USE
enum uint ANVIL_USE;
Undocumented in source.
- BAT_TAKE_OFF
enum uint BAT_TAKE_OFF;
Undocumented in source.
- BLAZE_SHOOT
enum uint BLAZE_SHOOT;
Undocumented in source.
- BONEMEAL_PARTICLES
enum uint BONEMEAL_PARTICLES;
Undocumented in source.
- BREAK_BREAK_PARTICLES_AND_SOUND
enum uint BREAK_BREAK_PARTICLES_AND_SOUND;
Undocumented in source.
- BREWING_STAND_BREW
enum uint BREWING_STAND_BREW;
Undocumented in source.
- CHORUS_FLOWER_DIE
enum uint CHORUS_FLOWER_DIE;
Undocumented in source.
- CHORUS_FLOWER_GROW
enum uint CHORUS_FLOWER_GROW;
Undocumented in source.
- CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
- DISPENSER_DISPENSE
enum uint DISPENSER_DISPENSE;
Undocumented in source.
- DISPENSER_FAIL_DISPENSE
enum uint DISPENSER_FAIL_DISPENSE;
Undocumented in source.
- DISPENSER_SHOOT
enum uint DISPENSER_SHOOT;
Undocumented in source.
- DRAGON_BREATH
enum uint DRAGON_BREATH;
Undocumented in source.
- ENDERDRAGON_GROWL
enum uint ENDERDRAGON_GROWL;
Undocumented in source.
- ENDERDRAGON_SHOOT
enum uint ENDERDRAGON_SHOOT;
Undocumented in source.
- ENDER_DRAGON_BREATH
enum uint ENDER_DRAGON_BREATH;
Undocumented in source.
- ENDER_EYE_BREAK_PARTICLES_AND_SOUND
enum uint ENDER_EYE_BREAK_PARTICLES_AND_SOUND;
Undocumented in source.
- ENDER_EYE_LAUNCH
enum uint ENDER_EYE_LAUNCH;
Undocumented in source.
- END_GATEWAY_SPAWN
enum uint END_GATEWAY_SPAWN;
Undocumented in source.
- FENCE_GATE_CLOSE
enum uint FENCE_GATE_CLOSE;
Undocumented in source.
- FENCE_GATE_OPEN
enum uint FENCE_GATE_OPEN;
Undocumented in source.
- FIELDS
enum string[] FIELDS;
Undocumented in source.
- FIREWORK_SHOT
enum uint FIREWORK_SHOT;
Undocumented in source.
- FIRE_EXTINGUISH
enum uint FIRE_EXTINGUISH;
Undocumented in source.
- GHAST_SHOOT
enum uint GHAST_SHOOT;
Undocumented in source.
- GHAST_WARN
enum uint GHAST_WARN;
Undocumented in source.
- ID
enum uint ID;
Undocumented in source.
- IRON_DOOR_CLOSE
enum uint IRON_DOOR_CLOSE;
Undocumented in source.
- IRON_DOOR_OPEN
enum uint IRON_DOOR_OPEN;
Undocumented in source.
- IRON_TRAPDOOR_CLOSE
enum uint IRON_TRAPDOOR_CLOSE;
Undocumented in source.
- IRON_TRAPDOOR_OPEN
enum uint IRON_TRAPDOOR_OPEN;
Undocumented in source.
- MOB_SPAWN_PARTICLES
enum uint MOB_SPAWN_PARTICLES;
Undocumented in source.
- PLAY_RECORD
enum uint PLAY_RECORD;
Undocumented in source.
- PORTAL_TRAVEL
enum uint PORTAL_TRAVEL;
Undocumented in source.
- SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
- SPAWN_10_SMOKE_PARTICLES
enum uint SPAWN_10_SMOKE_PARTICLES;
Undocumented in source.
- SPLASH_POTION_PARTICLES_AND_SOUND
enum uint SPLASH_POTION_PARTICLES_AND_SOUND;
Undocumented in source.
- WITHER_BREAK_BLOCK
enum uint WITHER_BREAK_BLOCK;
Undocumented in source.
- WITHER_SHOOT
enum uint WITHER_SHOOT;
Undocumented in source.
- WITHER_SPAWN
enum uint WITHER_SPAWN;
Undocumented in source.
- WOODEN_DOOR_CLOSE
enum uint WOODEN_DOOR_CLOSE;
Undocumented in source.
- WOODEN_DOOR_OPEN
enum uint WOODEN_DOOR_OPEN;
Undocumented in source.
- WOODEN_TRAPDOOR_CLOSE
enum uint WOODEN_TRAPDOOR_CLOSE;
Undocumented in source.
- WOODEN_TRAPDOOR_OPEN
enum uint WOODEN_TRAPDOOR_OPEN;
Undocumented in source.
- ZOMBIE_ATTACK_IRON_DOOR
enum uint ZOMBIE_ATTACK_IRON_DOOR;
Undocumented in source.
- ZOMBIE_ATTACK_WOOD_DOOR
enum uint ZOMBIE_ATTACK_WOOD_DOOR;
Undocumented in source.
- ZOMBIE_BREAK_WOOD_DOOR
enum uint ZOMBIE_BREAK_WOOD_DOOR;
Undocumented in source.
- ZOMBIE_INFECT_VILLAGER
enum uint ZOMBIE_INFECT_VILLAGER;
Undocumented in source.
- ZOMBIE_VILLAGER_CONVERT
enum uint ZOMBIE_VILLAGER_CONVERT;
Undocumented in source.
- data
uint data;
Undocumented in source.
- disableVolume
bool disableVolume;
Undocumented in source.
- effectId
uint effectId;
Undocumented in source.
- position
ulong 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.