public class MapDecorationImpl extends Object implements MapDecoration, NBTSerializable
| Constructor and Description |
|---|
MapDecorationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Gets this decoration's unique ID.
|
double |
rot()
Gets the decoration's rotation.
|
byte |
type()
Gets this decoration's type position in the client-side decorations file.
|
double |
x()
Gets the X-coordinate of the decoration's location.
|
double |
z()
Gets the Z-coordinate of the decoration's location.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic MapDecorationImpl()
public String id()
MapDecorationid in interface MapDecorationpublic byte type()
MapDecorationtype in interface MapDecorationpublic double x()
MapDecorationx in interface MapDecorationpublic double z()
MapDecorationz in interface MapDecorationpublic double rot()
MapDecorationrot in interface MapDecorationCopyright © 2016. All rights reserved.