ChatTriggers
2.2.0-1.8.9
ChatTriggers
/
com.chattriggers.ctjs.minecraft.wrappers.world.block
/
BlockPos
Block
Pos
class
BlockPos
(
x
:
Number
,
y
:
Number
,
z
:
Number
)
:
Vec3i
Content copied to clipboard
Constructors
Functions
Sources
Constructors
Block
Pos
Link copied to clipboard
fun
BlockPos
(
pos
:
Vec3i
)
Content copied to clipboard
Block
Pos
Link copied to clipboard
fun
BlockPos
(
pos
:
MCBlockPos
)
Content copied to clipboard
Block
Pos
Link copied to clipboard
fun
BlockPos
(
source
:
Entity
)
Content copied to clipboard
Functions
add
Link copied to clipboard
fun
add
(
other
:
Vec3i
)
:
BlockPos
Content copied to clipboard
fun
add
(
x
:
Number
,
y
:
Number
,
z
:
Number
)
:
BlockPos
Content copied to clipboard
down
Link copied to clipboard
@
JvmOverloads
fun
down
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
east
Link copied to clipboard
@
JvmOverloads
fun
east
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Vec3i
)
:
BlockPos
Content copied to clipboard
north
Link copied to clipboard
@
JvmOverloads
fun
north
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
offset
Link copied to clipboard
@
JvmOverloads
fun
offset
(
facing
:
BlockFace
,
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Vec3i
)
:
BlockPos
Content copied to clipboard
south
Link copied to clipboard
@
JvmOverloads
fun
south
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
subtract
Link copied to clipboard
fun
subtract
(
other
:
Vec3i
)
:
BlockPos
Content copied to clipboard
fun
subtract
(
x
:
Number
,
y
:
Number
,
z
:
Number
)
:
BlockPos
Content copied to clipboard
to
MCBlock
Link copied to clipboard
fun
toMCBlock
(
)
:
BlockPos
Content copied to clipboard
up
Link copied to clipboard
@
JvmOverloads
fun
up
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
west
Link copied to clipboard
@
JvmOverloads
fun
west
(
n
:
Int
=
1
)
:
BlockPos
Content copied to clipboard
Sources
jvm source
Link copied to clipboard