EntityEffect

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint entityId, ubyte effectId, ubyte amplifier, uint duration, ubyte flags)
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

ABSORPTION
enum ubyte ABSORPTION;
Undocumented in source.
AMBIENT
enum ubyte AMBIENT;
Undocumented in source.
BAD_LUCK
enum ubyte BAD_LUCK;
Undocumented in source.
BLINDNESS
enum ubyte BLINDNESS;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
FIRE_RESISTANCE
enum ubyte FIRE_RESISTANCE;
Undocumented in source.
GLOWING
enum ubyte GLOWING;
Undocumented in source.
HASTE
enum ubyte HASTE;
Undocumented in source.
HEALTH_BOOST
enum ubyte HEALTH_BOOST;
Undocumented in source.
HUNGER
enum ubyte HUNGER;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
INSTANT_DAMAGE
enum ubyte INSTANT_DAMAGE;
Undocumented in source.
INSTANT_HEALTH
enum ubyte INSTANT_HEALTH;
Undocumented in source.
INVISIBILITY
enum ubyte INVISIBILITY;
Undocumented in source.
JUMP_BOOST
enum ubyte JUMP_BOOST;
Undocumented in source.
LEVITATION
enum ubyte LEVITATION;
Undocumented in source.
LUCK
enum ubyte LUCK;
Undocumented in source.
MINING_FATIGUE
enum ubyte MINING_FATIGUE;
Undocumented in source.
NAUSEA
enum ubyte NAUSEA;
Undocumented in source.
NIGHT_VISION
enum ubyte NIGHT_VISION;
Undocumented in source.
POISON
enum ubyte POISON;
Undocumented in source.
REGENERATION
enum ubyte REGENERATION;
Undocumented in source.
RESISTANCE
enum ubyte RESISTANCE;
Undocumented in source.
SATURATION
enum ubyte SATURATION;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SHOW_PARTICLES
enum ubyte SHOW_PARTICLES;
Undocumented in source.
SLOWNESS
enum ubyte SLOWNESS;
Undocumented in source.
SPEED
enum ubyte SPEED;
Undocumented in source.
STRENGTH
enum ubyte STRENGTH;
Undocumented in source.
WATER_BREATHING
enum ubyte WATER_BREATHING;
Undocumented in source.
WEAKNESS
enum ubyte WEAKNESS;
Undocumented in source.
WITHER
enum ubyte WITHER;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
amplifier
ubyte amplifier;
Undocumented in source.
duration
uint duration;
Undocumented in source.
effectId
ubyte effectId;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.

Meta