public final class MapDecoration extends Object
| Constructor and Description |
|---|
MapDecoration(int image,
int rotation,
int xOffset,
int yOffset,
String label,
int color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColor() |
int |
getImage() |
String |
getLabel() |
int |
getRotation() |
int |
getXOffset() |
int |
getYOffset() |
int |
hashCode() |
String |
toString() |
public MapDecoration(int image,
int rotation,
int xOffset,
int yOffset,
String label,
int color)
public int getImage()
public int getRotation()
public int getXOffset()
public int getYOffset()
public String getLabel()
public int getColor()
Copyright © 2018–2019 NukkitX. All rights reserved.