boxlin / io.opencubes.boxlin / net.minecraft.util.math.BlockPos

Extensions for net.minecraft.util.math.BlockPos

div

operator fun BlockPos.div(other: BlockPos): BlockPos
operator fun BlockPos.div(other: Int): BlockPos
operator fun BlockPos.div(other: Vec3i): BlockPos

minus

operator fun BlockPos.minus(other: BlockPos): BlockPos
operator fun BlockPos.minus(other: Int): BlockPos
operator fun BlockPos.minus(other: Vec3i): BlockPos

plus

operator fun BlockPos.plus(other: BlockPos): BlockPos
operator fun BlockPos.plus(other: Int): BlockPos
operator fun BlockPos.plus(other: Vec3i): BlockPos

times

operator fun BlockPos.times(other: BlockPos): BlockPos
operator fun BlockPos.times(other: Int): BlockPos
operator fun BlockPos.times(other: Vec3i): BlockPos