| Package | Description |
|---|---|
| me.lucko.helper.serialize |
| Modifier and Type | Method and Description |
|---|---|
VectorPoint |
VectorPoint.add(double x,
double y,
double z) |
static VectorPoint |
VectorPoint.deserialize(com.google.gson.JsonElement element) |
static VectorPoint |
VectorPoint.of(org.bukkit.Location location) |
static VectorPoint |
VectorPoint.of(Point point) |
static VectorPoint |
VectorPoint.of(com.flowpowered.math.vector.Vector3d position,
Direction direction) |
VectorPoint |
VectorPoint.subtract(double x,
double y,
double z) |
VectorPoint |
Point.toVectorPoint() |
Copyright © 2022. All rights reserved.