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.

script.zs
import crafttweaker.api.item.component.MapDecorationsEntry;

Members

Getter
script.zs
// Entry.rotation as float
myEntry.rotation

Return Type: float

Getter
script.zs
// Entry.type as MapDecorationType
myEntry.type

Return Type: MapDecorationType

Getter
script.zs
// Entry.x as double
myEntry.x

Return Type: double

Getter
script.zs
// Entry.z as double
myEntry.z

Return Type: double