@Deprecated
public interface UnsafeValues
Their existence and behavior is not guaranteed across future versions. They may be poorly named, throw exceptions, have misleading parameters, or any other bad programming practice.
Modifier and Type | Method | Description |
---|---|---|
void |
checkSupported(PluginDescriptionFile pdf) |
Deprecated.
|
Material |
fromLegacy(Material material) |
Deprecated.
|
Material |
fromLegacy(MaterialData material) |
Deprecated.
|
BlockData |
fromLegacy(Material material,
byte data) |
Deprecated.
|
int |
getDataVersion() |
Deprecated.
|
Advancement |
loadAdvancement(NamespacedKey key,
java.lang.String advancement) |
Deprecated.
Load an advancement represented by the specified string into the server.
|
ItemStack |
modifyItemStack(ItemStack stack,
java.lang.String arguments) |
Deprecated.
|
byte[] |
processClass(PluginDescriptionFile pdf,
byte[] clazz) |
Deprecated.
|
boolean |
removeAdvancement(NamespacedKey key) |
Deprecated.
Delete an advancement which was loaded and saved by
loadAdvancement(org.bukkit.NamespacedKey, java.lang.String) . |
Material |
toLegacy(Material material) |
Deprecated.
|
Material fromLegacy(MaterialData material)
int getDataVersion()
void checkSupported(PluginDescriptionFile pdf)
byte[] processClass(PluginDescriptionFile pdf, byte[] clazz)
Advancement loadAdvancement(NamespacedKey key, java.lang.String advancement)
Exception
to be thrown.key
- the unique advancement keyadvancement
- representation of the advancementboolean removeAdvancement(NamespacedKey key)
loadAdvancement(org.bukkit.NamespacedKey, java.lang.String)
.
Server.reloadData()
in order
to fully remove it from the running instance.key
- the unique advancement keyCopyright © 2018. All rights reserved.