org.bukkit
Interface UnsafeValues


Deprecated. Unsupported & internal use only

@Deprecated
public interface UnsafeValues

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
 Achievement getAchievementFromInternalName(String name)
          Deprecated.  
 Material getMaterialFromInternalName(String name)
          Deprecated.  
 Statistic getStatisticFromInternalName(String name)
          Deprecated.  
 ItemStack modifyItemStack(ItemStack stack, String arguments)
          Deprecated.  
 List<String> tabCompleteInternalMaterialName(String token, List<String> completions)
          Deprecated.  
 List<String> tabCompleteInternalStatisticOrAchievementName(String token, List<String> completions)
          Deprecated.  
 

Method Detail

getMaterialFromInternalName

Material getMaterialFromInternalName(String name)
Deprecated. 

tabCompleteInternalMaterialName

List<String> tabCompleteInternalMaterialName(String token,
                                             List<String> completions)
Deprecated. 

modifyItemStack

ItemStack modifyItemStack(ItemStack stack,
                          String arguments)
Deprecated. 

getStatisticFromInternalName

Statistic getStatisticFromInternalName(String name)
Deprecated. 

getAchievementFromInternalName

Achievement getAchievementFromInternalName(String name)
Deprecated. 

tabCompleteInternalStatisticOrAchievementName

List<String> tabCompleteInternalStatisticOrAchievementName(String token,
                                                           List<String> completions)
Deprecated. 


Copyright © 2014. All rights reserved.