toggle menu
Staff Mod
0.8.0-beta
jvm
switch theme
Staff
Mod
opekope2.
avm_staff.
api.
item
IAdvanced
Staff
Item
Handler
Staff
Item
Staff
Item
Handler
Empty
Staff
Handler
Fallback
Staff
Handler
opekope2.
avm_staff.
api.
item.
renderer
Inside
Staff
Block
State
Renderer
IStaff
Item
Renderer
Staff
Block
State
Renderer
Transformation
opekope2.
avm_staff.
util
Attribute
Util
Dfu
Util
Staff
Util
Vector
Util
Staff Mod
/
opekope2.avm_staff.util
/
VectorUtil
Vector
Util
public
final
class
VectorUtil
Members
Functions
component1
Link copied to clipboard
public
final
static
Double
component1
(
Vec3d
$self
)
public
final
static
Float
component1
(
Vector3f
$self
)
component2
Link copied to clipboard
public
final
static
Double
component2
(
Vec3d
$self
)
public
final
static
Float
component2
(
Vector3f
$self
)
component3
Link copied to clipboard
public
final
static
Double
component3
(
Vec3d
$self
)
public
final
static
Float
component3
(
Vector3f
$self
)
minus
Link copied to clipboard
public
final
static
Vec3d
minus
(
Vec3d
$self
,
Vec3d
other
)
minus
Assign
Link copied to clipboard
public
final
static
Unit
minusAssign
(
Vector3f
$self
,
Vector3fc
other
)
plus
Link copied to clipboard
public
final
static
Vec3d
plus
(
Vec3d
$self
,
Vec3d
other
)
plus
Assign
Link copied to clipboard
public
final
static
Unit
plusAssign
(
Vector3f
$self
,
Vector3fc
other
)
times
Link copied to clipboard
public
final
static
Vec3d
times
(
Vec3d
$self
,
Double
scalar
)
times
Assign
Link copied to clipboard
public
final
static
Unit
timesAssign
(
Vector3f
$self
,
Float
scalar
)
unary
Minus
Link copied to clipboard
public
final
static
Vec3d
unaryMinus
(
Vec3d
$self
)