Package org.bukkit
Interface UnsafeValues
@Deprecated
public interface UnsafeValues
Deprecated.
Unsupported & internal use only
This interface provides value conversions that may be specific to a
runtime, or have arbitrary meaning (read: magic values).
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.
This interface is unsupported and only for internal use.
-
Method Summary
Modifier and Type Method Description Achievement
getAchievementFromInternalName(java.lang.String name)
Deprecated.Material
getMaterialFromInternalName(java.lang.String name)
Deprecated.Statistic
getStatisticFromInternalName(java.lang.String name)
Deprecated.ItemStack
modifyItemStack(ItemStack stack, java.lang.String arguments)
Deprecated.java.util.List<java.lang.String>
tabCompleteInternalMaterialName(java.lang.String token, java.util.List<java.lang.String> completions)
Deprecated.java.util.List<java.lang.String>
tabCompleteInternalStatisticOrAchievementName(java.lang.String token, java.util.List<java.lang.String> completions)
Deprecated.
-
Method Details
-
getMaterialFromInternalName
Deprecated. -
tabCompleteInternalMaterialName
java.util.List<java.lang.String> tabCompleteInternalMaterialName(java.lang.String token, java.util.List<java.lang.String> completions)Deprecated. -
modifyItemStack
Deprecated. -
getStatisticFromInternalName
Deprecated. -
getAchievementFromInternalName
Deprecated. -
tabCompleteInternalStatisticOrAchievementName
java.util.List<java.lang.String> tabCompleteInternalStatisticOrAchievementName(java.lang.String token, java.util.List<java.lang.String> completions)Deprecated.
-