Uses of Interface
com.winterhavenmc.lodestar.models.destination.Destination
Packages that use Destination
Package
Description
Provides types representing abstract in-game destinations.
-
Uses of Destination in com.winterhavenmc.lodestar.models.destination
Subinterfaces of Destination in com.winterhavenmc.lodestar.models.destinationModifier and TypeInterfaceDescriptioninterfaceRecord class that Represents a valid destination with accessor methods for destination fields and derived valuesClasses in com.winterhavenmc.lodestar.models.destination that implement DestinationModifier and TypeClassDescriptionfinal recordRecord class that represents a Home destinationfinal recordRecord class that represents an invalid destinationfinal recordRecord class that represents a Spawn destinationfinal recordRecord class that represents a user-created destination, which can be persisted in the datastorefinal recordMethods in com.winterhavenmc.lodestar.models.destination that return DestinationModifier and TypeMethodDescriptionstatic Destinationstatic Destinationstatic DestinationStoredDestination.of(String displayName, ValidLocation validLocation) static DestinationStoredDestination.of(String displayName, String worldName, UUID worldUid, double x, double y, double z, float yaw, float pitch) Create a new instance of aDestinationfrom values retrieved from the datastore.static DestinationTeleportDestination.of(ValidDestination validDestination, ValidLocation validLocation) -
Uses of Destination in com.winterhavenmc.lodestar.ports.datastore
Methods in com.winterhavenmc.lodestar.ports.datastore that return DestinationModifier and TypeMethodDescriptionDelete recordGet record -
Uses of Destination in com.winterhavenmc.lodestar.util
Methods in com.winterhavenmc.lodestar.util that return DestinationModifier and TypeMethodDescriptionLodeStarUtility.getDestination(String destinationName) LodeStarUtility.getDestination(org.bukkit.inventory.ItemStack itemStack)