public interface LostWand
Since Wands are indestructible by default, and show on the dynmap, they are also tracked and stored persistently.
A LostWand record will be triggered on Chunk load, and search for its associated Wand in the Item entities loaded from the Chunk.
If the Wand is not found, the LostWand record will be automatically unregistered.
If the Wand is found, the LostWand record is updated.
These records are used in the Recall spell to return a Player to their lost Wands, as well as to repopulate dynmap after a restart, since the markers are not persistent.
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
org.bukkit.Location |
getLocation() |
String |
getName() |
String |
getOwner() |
String |
getOwnerId() |
Copyright © 2021 elMakers. All rights reserved.