Interface IPrefabPathWaypoint
- All Superinterfaces:
IPathWaypoint
- All Known Implementing Classes:
PatrolPathMarkerEntity
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialise(UUID var1, String var2, int var3, double var4, float var6, int var7, ComponentAccessor<EntityStore> var8) voidMethods inherited from interface com.hypixel.hytale.server.core.universe.world.path.IPathWaypoint
getObservationAngle, getOrder, getPauseTime, getWaypointPosition, getWaypointRotation
-
Method Details
-
onReplaced
void onReplaced() -
initialise
void initialise(@Nonnull UUID var1, @Nonnull String var2, int var3, double var4, float var6, int var7, @Nonnull ComponentAccessor<EntityStore> var8) -
getParentPath
IPath<IPrefabPathWaypoint> getParentPath()
-