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
Checks each axis' value, if it's belowVec#EPSILON
then it gets replaced with0
static final Vec.Operator
-
Method Summary
-
Field Details
-
EPSILON
Checks each axis' value, if it's belowVec#EPSILON
then it gets replaced with0
-
FLOOR
-
-
Method Details
-
apply
-