Package net.minestom.server.coordinate
Interface Vec.Operator
- Enclosing class:
Vec
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Vec.Operator
static final Vec.Operator
static final Vec.Operator
static final Vec.Operator
static final Vec.Operator
static final Vec.Operator
-
Method Summary
Modifier and TypeMethodDescription@NotNull Vec
apply
(double x, double y, double z) static Vec.Operator
operator
(@NotNull DoubleUnaryOperator operator)
-
Field Details
-
EPSILON
-
FLOOR
-
SIGNUM
-
ABS
-
NEG
-
CEIL
-
-
Method Details
-
operator
-
apply
-