public class Mob extends Entity
Constructor and Description |
---|
Mob(org.jnbt.CompoundTag tag,
double[] relPos) |
Mob(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
short |
getAttackTime() |
short |
getDeathTime() |
short |
getHealth() |
short |
getHurtTime() |
void |
setAttackTime(short attackTime) |
void |
setDeathTime(short deathTime) |
void |
setHealth(short health) |
void |
setHurtTime(short hurtTime) |
clone, fromNBT, fromNBT, getId, getPos, getRelPos, getRot, getUUID, getVel, mirror, rotate, setPos, setRelPos, setRot, setUUID, setVel
containsTag, containsTag, containsType, forEachTag, getAllTags, getAllTags, getBoolean, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getByte, getByteArray, getByteArray, getDouble, getDouble, getDouble, getDouble, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getList, getList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getMap, getMap, getShort, getShort, getShort, getShort, getString, getString, getString, getString, getTag, getTag, removeTag, removeTag, setBoolean, setBoolean, setByte, setByte, setByteArray, setByteArray, setDouble, setDouble, setDoubleList, setDoubleList, setFloat, setFloat, setFloatList, setFloatList, setInt, setInt, setIntArray, setIntArray, setList, setList, setLong, setLong, setLongArray, setLongArray, setMap, setMap, setShort, setShort, setString, setString, setTag, setTag, toMultipleNBT, toNBT, toString
public Mob(java.lang.String id)
public Mob(org.jnbt.CompoundTag tag, double[] relPos)
public final short getAttackTime()
public final void setAttackTime(short attackTime)
public final short getDeathTime()
public final void setDeathTime(short deathTime)
public final short getHealth()
public final void setHealth(short health)
public final short getHurtTime()
public final void setHurtTime(short hurtTime)