HyCodeYourTale
classpublicPriority 2

PathManager

com.hypixel.hytale.server.npc.entities.PathManager

4

Methods

4

Public Methods

1

Fields

1

Constructors

Constants

BuilderCodec<PathManager>CODEC= BuilderCodec.builder(PathManager.class, PathManager::new) .append(new KeyedCodec<>("Current...

Constructors

public
PathManager()

Methods

Public Methods (4)

public
UUID getCurrentPathHint()
@Nullable
public
boolean isFollowingPath()
public
void setPrefabPath(UUID currentPath, IPrefabPath path)
public
void setTransientPath(IPath<?> path)

Fields

Private/Package Fields (1)

privateUUID currentPathHint

Related Classes