| Package | Description |
|---|---|
| me.lucko.helper.serialize |
| Modifier and Type | Field and Description |
|---|---|
static Direction |
Direction.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.deserialize(com.google.gson.JsonElement element) |
static Direction |
Direction.from(org.bukkit.Location location) |
Direction |
VectorPoint.getDirection() |
Direction |
Point.getDirection() |
static Direction |
Direction.of(float yaw,
float pitch) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.of(Position position,
Direction direction) |
static VectorPoint |
VectorPoint.of(com.flowpowered.math.vector.Vector3d position,
Direction direction) |
Point |
Position.withDirection(Direction direction) |
Copyright © 2022. All rights reserved.