1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Fix comments

This commit is contained in:
svr333 2020-10-07 00:00:22 +02:00
parent a9ce3c1f3e
commit 2eddaef88c
2 changed files with 5 additions and 3 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@ -20,15 +20,14 @@ import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.UUID;
/*
/**
* This {@link SlimefunItem} is a special variant of the {@Link Talisman}. This specific {@Link Talisman} saves you
* from a death caused by the void.
*
*
* @author svr333
*
*
*/
public class ResurrectedTalisman extends Talisman {
private final NamespacedKey locationKey = new NamespacedKey(SlimefunPlugin.instance(), "resurrected_location");
private Location respawnLocation;