classpublicPriority 1
WorldPath
com.hypixel.hytale.server.core.universe.world.path.WorldPath
implements IPath
7
Methods
7
Public Methods
3
Fields
2
Constructors
Constants
BuilderCodec<WorldPath>CODEC= BuilderCodec.builder(WorldPath.class, WorldPath::new)
.addField(new KeyedCodec<>("Id", Code...
Constructors
protected
WorldPath()public
WorldPath(String name, List<Transform> waypoints)Methods
Public Methods (7)
public
SimplePathWaypoint get(int index)public
UUID getId()@Override
public
String getName()@Override
public
List<SimplePathWaypoint> getPathWaypoints()@Nonnull@Override
public
List<Transform> getWaypoints()public
int length()@Override
public
String toString()@Nonnull@Override
Fields
Protected Fields (3)
protected
UUID idprotected
String nameprotected
List<SimplePathWaypoint> simpleWaypoints