MutableBlockPos
Link to mutableblockpos
Diese Klasse importieren
Link to diese-klasse-importieren
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.util.math.MutableBlockPos;
Extending BlockPos
Link to extending-blockpos
MutableBlockPos extends BlockPos. That means all methods available in BlockPos are also available in MutableBlockPos
Methoden
Link to methoden
Name: clamp
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.clamp(axis as Axis, min as int, max as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter axis | Type Axis | Beschreibung No Description Provided |
Parameter min | Type int | Beschreibung No Description Provided |
Parameter max | Type int | Beschreibung No Description Provided |
Name: move
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.move(direction as Direction) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter direction | Type Direction | Beschreibung No Description Provided |
Name: move
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.move(other as Vec3i) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter other | Type Vec3i | Beschreibung No Description Provided |
Name: move
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.move(direction as Direction, distance as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter direction | Type Direction | Beschreibung No Description Provided |
Parameter distance | Type int | Beschreibung No Description Provided |
Name: move
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.move(x as int, y as int, z as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type int | Beschreibung No Description Provided |
Parameter y | Type int | Beschreibung No Description Provided |
Parameter z | Type int | Beschreibung No Description Provided |
Name: mutable
Return Type: MutableBlockPos
ZenScript Copy// MutableBlockPos.mutable() as MutableBlockPos
myMutableBlockPos.mutable();
Name: setValue
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setValue(value as long) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter value | Type long | Beschreibung No Description Provided |
Name: setValue
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setValue(value as Vec3i) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter value | Type Vec3i | Beschreibung No Description Provided |
Name: setValue
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setValue(x as double, y as double, z as double) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type double | Beschreibung No Description Provided |
Parameter y | Type double | Beschreibung No Description Provided |
Parameter z | Type double | Beschreibung No Description Provided |
Name: setValue
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setValue(x as int, y as int, z as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type int | Beschreibung No Description Provided |
Parameter y | Type int | Beschreibung No Description Provided |
Parameter z | Type int | Beschreibung No Description Provided |
Name: setValue
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setValue(axisCycle as AxisCycle, x as int, y as int, z as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter axisCycle | Type AxisCycle | Beschreibung No Description Provided |
Parameter x | Type int | Beschreibung No Description Provided |
Parameter y | Type int | Beschreibung No Description Provided |
Parameter z | Type int | Beschreibung No Description Provided |
Name: setWithOffset
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setWithOffset(other as Vec3i, direction as Direction) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter other | Type Vec3i | Beschreibung No Description Provided |
Parameter direction | Type Direction | Beschreibung No Description Provided |
Name: setWithOffset
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setWithOffset(other as Vec3i, offset as Vec3i) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter other | Type Vec3i | Beschreibung No Description Provided |
Parameter offset | Type Vec3i | Beschreibung No Description Provided |
Name: setWithOffset
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setWithOffset(other as Vec3i, x as int, y as int, z as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter other | Type Vec3i | Beschreibung No Description Provided |
Parameter x | Type int | Beschreibung No Description Provided |
Parameter y | Type int | Beschreibung No Description Provided |
Parameter z | Type int | Beschreibung No Description Provided |
Name: setX
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setX(x as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type int | Beschreibung No Description Provided |
Name: setY
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setY(y as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter y | Type int | Beschreibung No Description Provided |
Name: setZ
Return Type: MutableBlockPos
ZenScript CopyMutableBlockPos.setZ(z as int) as MutableBlockPos
Parameter | Type | Beschreibung |
---|---|---|
Parameter z | Type int | Beschreibung No Description Provided |