| Package | Description |
|---|---|
| me.lucko.helper.serialize |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.add(double x,
double y,
double z) |
static Point |
Point.deserialize(com.google.gson.JsonElement element) |
static Point |
Point.of(Location location) |
static Point |
Point.of(Position position,
Direction direction) |
Point |
Point.subtract(double x,
double y,
double z) |
Point |
Position.withDirection(Direction direction) |
Point |
VectorPoint.withWorld(String world) |
| Modifier and Type | Method and Description |
|---|---|
static VectorPoint |
VectorPoint.of(Point point) |
Copyright © 2020. All rights reserved.