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 TypeMethodDescriptionvoid
PlayerProfile.addWaypoint
(Waypoint waypoint) void
PlayerProfile.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 TypeMethodDescriptionvoid
PlayerData.addWaypoint
(Waypoint waypoint) void
PlayerData.removeWaypoint
(Waypoint waypoint)