Skip to content

MutableBlockPos

tiffit edited this page Jun 25, 2016 · 1 revision

The following fields are available:

int x;

int y;

int z;


The following methods are available:

int getX();

int getY();

int getZ();

BlockPos crossProduct(Vec3i vec);

int x();

int y();

int z();

Vec3i cross(Vec3i vec);

void set(int x2, int y2, int z2);

void set(BlockPos pos);

void __add(BlockPos pos);

void __sub(BlockPos pos);

Note: This class extends BlockPos and all methods and fields from BlockPos and any class that BlockPos extends are not shown here.


The MutableBlockPos class can be found here.

Talecraft Scripting Wiki

Clone this wiki locally