TransportRoute

public final class TransportRoute extends Record

World names refer to authored worlds; the journey binds them to the player's current instance.

Constructors

Link copied to clipboard
public void TransportRoute(String id, String name, String world, String transportEntity, double speed, double acceleration, int countdown, float arrivalYaw, List<Vector> points)

Functions

Link copied to clipboard
public CurvedRoute curve()
Link copied to clipboard
public List<Vector> points()
Link copied to clipboard
public static TransportRoute read(String id, FileConfiguration yaml)

Inherited functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()