public class Painting extends Entity
Constructor and Description |
---|
Painting() |
Painting(org.jnbt.CompoundTag tag,
double[] relPos) |
Modifier and Type | Method and Description |
---|---|
byte |
getDir() |
java.lang.String |
getMotive() |
int |
getTileX() |
int |
getTileY() |
int |
getTileZ() |
void |
setDir(byte dir) |
void |
setMotive(java.lang.String motive) |
void |
setTileX(int tileX) |
void |
setTileY(int tileY) |
void |
setTileZ(int tileZ) |
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 Painting()
public Painting(org.jnbt.CompoundTag tag, double[] relPos)
public byte getDir()
public void setDir(byte dir)
public java.lang.String getMotive()
public void setMotive(java.lang.String motive)
public int getTileX()
public void setTileX(int tileX)
public int getTileY()
public void setTileY(int tileY)
public int getTileZ()
public void setTileZ(int tileZ)