Class PathManager
java.lang.Object
com.hypixel.hytale.server.npc.entities.PathManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<PathManager> private IPath<?> private UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIPath<?> getPath(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor) booleanvoidsetPrefabPath(UUID currentPath, IPrefabPath path) voidsetTransientPath(IPath<?> path)
-
Field Details
-
CODEC
-
currentPathHint
-
currentPath
-
-
Constructor Details
-
PathManager
public PathManager()
-
-
Method Details
-
setPrefabPath
-
setTransientPath
-
isFollowingPath
public boolean isFollowingPath() -
getCurrentPathHint
-
getPath
@Nullable public IPath<?> getPath(@Nonnull Ref<EntityStore> ref, @Nonnull ComponentAccessor<EntityStore> componentAccessor)
-