public static class Types_v1_20_5.MapDecoration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROTATION |
static java.lang.String |
TYPE |
static java.lang.String |
X |
static java.lang.String |
Z |
| Constructor and Description |
|---|
MapDecoration() |
MapDecoration(net.lenni0451.mcstructs.core.Identifier type,
double x,
double z,
float rotation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
float |
getRotation() |
net.lenni0451.mcstructs.core.Identifier |
getType() |
double |
getX() |
double |
getZ() |
int |
hashCode() |
void |
setRotation(float rotation) |
void |
setType(net.lenni0451.mcstructs.core.Identifier type) |
void |
setX(double x) |
void |
setZ(double z) |
java.lang.String |
toString() |
public static final java.lang.String TYPE
public static final java.lang.String X
public static final java.lang.String Z
public static final java.lang.String ROTATION
public MapDecoration()
public MapDecoration(net.lenni0451.mcstructs.core.Identifier type,
double x,
double z,
float rotation)
public net.lenni0451.mcstructs.core.Identifier getType()
public double getX()
public double getZ()
public float getRotation()
public void setType(net.lenni0451.mcstructs.core.Identifier type)
public void setX(double x)
public void setZ(double z)
public void setRotation(float rotation)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object