-
Nested Class Summary
Nested Classes
static interface
static interface
-
Field Summary
Fields
static final org.bukkit.NamespacedKey
-
Constructor Summary
Constructors
-
Method Summary
org.bukkit.inventory.ItemStack
org.bukkit.inventory.ItemStack
<T> void
void
void
void
void
void
void
void
void
void
void
<T> void
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
DATA_KEY
public static final org.bukkit.NamespacedKey DATA_KEY
-
Constructor Details
-
SavedData
public SavedData()
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
putItemStack
public void putItemStack(String key,
@Nullable
@Nullable org.bukkit.inventory.ItemStack stack)
-
getItemStack
public org.bukkit.inventory.ItemStack getItemStack(String key)
-
getItemStack
public org.bukkit.inventory.ItemStack getItemStack(String key,
org.bukkit.inventory.ItemStack def)
-
-
-