MobEffect

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(long entityId, ubyte eventId, int effect, int amplifier, bool particles, int duration)
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 int ABSORPTION;
Undocumented in source.
ADD
enum ubyte ADD;
Undocumented in source.
BLINDNESS
enum int BLINDNESS;
Undocumented in source.
CLIENTBOUND
enum bool CLIENTBOUND;
Undocumented in source.
FATAL_POISON
enum int FATAL_POISON;
Undocumented in source.
FIRE_RESISTANCE
enum int FIRE_RESISTANCE;
Undocumented in source.
HASTE
enum int HASTE;
Undocumented in source.
HEALTH_BOOST
enum int HEALTH_BOOST;
Undocumented in source.
HUNGER
enum int HUNGER;
Undocumented in source.
ID
enum uint ID;
Undocumented in source.
INSTANT_DAMAGE
enum int INSTANT_DAMAGE;
Undocumented in source.
INSTANT_HEALTH
enum int INSTANT_HEALTH;
Undocumented in source.
INVISIBILITY
enum int INVISIBILITY;
Undocumented in source.
JUMP_BOOST
enum int JUMP_BOOST;
Undocumented in source.
LEVITATION
enum int LEVITATION;
Undocumented in source.
MINING_FATIGUE
enum int MINING_FATIGUE;
Undocumented in source.
MODIFY
enum ubyte MODIFY;
Undocumented in source.
NAUSEA
enum int NAUSEA;
Undocumented in source.
NIGHT_VISION
enum int NIGHT_VISION;
Undocumented in source.
POISON
enum int POISON;
Undocumented in source.
REGENERATION
enum int REGENERATION;
Undocumented in source.
REMOVE
enum ubyte REMOVE;
Undocumented in source.
RESISTANCE
enum int RESISTANCE;
Undocumented in source.
SATURATION
enum int SATURATION;
Undocumented in source.
SERVERBOUND
enum bool SERVERBOUND;
Undocumented in source.
SLOWNESS
enum int SLOWNESS;
Undocumented in source.
SPEED
enum int SPEED;
Undocumented in source.
STRENGTH
enum int STRENGTH;
Undocumented in source.
WATER_BREATHING
enum int WATER_BREATHING;
Undocumented in source.
WEAKNESS
enum int WEAKNESS;
Undocumented in source.
WITHER
enum int WITHER;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
amplifier
int amplifier;
Undocumented in source.
duration
int duration;
Undocumented in source.
effect
int effect;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
eventId
ubyte eventId;
Undocumented in source.
particles
bool particles;
Undocumented in source.

Meta