Class PathProvider
java.lang.Object
com.hypixel.hytale.server.npc.sensorinfo.PathProvider
- All Implemented Interfaces:
ExtraInfoProvider,IPathProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()IPath<? extends IPathWaypoint> getPath()booleanhasPath()voidsetPath(IPath<? extends IPathWaypoint> path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.npc.sensorinfo.IPathProvider
getType
-
Field Details
-
path
-
isValid
private boolean isValid
-
-
Constructor Details
-
PathProvider
public PathProvider()
-
-
Method Details
-
setPath
-
clear
public void clear()- Specified by:
clearin interfaceIPathProvider
-
hasPath
public boolean hasPath()- Specified by:
hasPathin interfaceIPathProvider
-
getPath
- Specified by:
getPathin interfaceIPathProvider
-