Uses of Class
io.github.thebusybiscuit.slimefun4.api.gps.Waypoint
Packages that use Waypoint
Package
Description
This package stores API-related classes that are related to a
Player,
such as the PlayerProfile for example.-
Uses of Waypoint in io.github.thebusybiscuit.slimefun4.api.player
Methods in io.github.thebusybiscuit.slimefun4.api.player that return types with arguments of type WaypointMethods in io.github.thebusybiscuit.slimefun4.api.player with parameters of type WaypointModifier and TypeMethodDescriptionvoidPlayerProfile.addWaypoint(Waypoint waypoint) voidPlayerProfile.removeWaypoint(Waypoint waypoint) -
Uses of Waypoint in io.github.thebusybiscuit.slimefun4.storage.data
Methods in io.github.thebusybiscuit.slimefun4.storage.data that return types with arguments of type WaypointMethods in io.github.thebusybiscuit.slimefun4.storage.data with parameters of type WaypointModifier and TypeMethodDescriptionvoidPlayerData.addWaypoint(Waypoint waypoint) voidPlayerData.removeWaypoint(Waypoint waypoint)