Gets the WorldEdit selection for the given player.
The player that this selection is for.
The largest corner of the selection.
It gets the maximum values of each of the vectors of the pos1
and pos2
properties.
The smallest corner of the selection.
It gets the minimum values of each of the vectors of the pos1
and pos2
properties.
Gets a saved selection from the player's saved selection list.
The ID of the selection to get.
The saved selection, or undefined if it doesn't exist.
Gets the IDs of all saved selections for this player.
The IDs of all saved selections.
Gets all saved selections for this player.
The saved selections.
Removes a saved selection from the player's saved selection list.
The ID of the selection to remove.
True if the selection was removed, false if it didn't exist.
If the selectionID is not a string.
Saves the current selection to the player's saved selection list.
The ID to save the selection under.
The selection to save.
Gets the JSON data of the linked player's world edit selection.
The JSON data of the world edit selection.
A class that represents a WorldEdit selection for a player.