Package com.hypixel.hytale.builtin.path
Class PrefabPathCollection.PathSet
java.lang.Object
com.hypixel.hytale.builtin.path.PrefabPathCollection.PathSet
- Enclosing class:
PrefabPathCollection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IPrefabPath path) getNearestPath(Vector3d position, Set<UUID> disallowedPaths, ComponentAccessor<EntityStore> componentAccessor) voidremove(IPrefabPath path)
-
Field Details
-
paths
-
-
Constructor Details
-
PathSet
private PathSet()
-
-
Method Details
-
add
-
remove
-
getNearestPath
@Nullable public IPrefabPath getNearestPath(@Nonnull Vector3d position, @Nullable Set<UUID> disallowedPaths, ComponentAccessor<EntityStore> componentAccessor)
-