ChatTriggers
2.2.0-1.8.9
ChatTriggers
/
com.chattriggers.ctjs.minecraft.wrappers.utils
/
Vec3i
Vec3i
open
class
Vec3i
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
:
Comparable
<
Vec3i
>
Content copied to clipboard
Constructors
Functions
Properties
Sources
Inheritors
Constructors
Vec3i
Link copied to clipboard
fun
Vec3i
(
x
:
Number
,
y
:
Number
,
z
:
Number
)
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Vec3i
)
:
Int
Content copied to clipboard
cross
Product
Link copied to clipboard
fun
crossProduct
(
other
:
Vec3i
)
:
Vec3i
Content copied to clipboard
distance
Link copied to clipboard
fun
distance
(
other
:
Vec3i
)
:
Double
Content copied to clipboard
distance
Sq
Link copied to clipboard
fun
distanceSq
(
other
:
Vec3i
)
:
Double
Content copied to clipboard
distance
Sq
To
Center
Link copied to clipboard
fun
distanceSqToCenter
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Double
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard
z
Link copied to clipboard
val
z
:
Int
Content copied to clipboard
Inheritors
BlockPos
Link copied to clipboard
Sources
jvm source
Link copied to clipboard