MapDecorationsEntry
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.item.component.MapDecorationsEntry;
Members
Getter
// Entry.rotation as floatmyEntry.rotation
Return Type:
float
Getter
// Entry.type as MapDecorationTypemyEntry.type
Return Type:
MapDecorationType
Getter
// Entry.x as doublemyEntry.x
Return Type:
double
Getter
// Entry.z as doublemyEntry.z
Return Type:
double