Class MaterialDb

java.lang.Object
dev.kitteh.factions.util.MaterialDb

@Obsolete @Deprecated(forRemoval=true, since="4.0.0") public class MaterialDb extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.Material
    get(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static org.bukkit.Material
    get(String name, org.bukkit.Material defaultMaterial)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • get

      public static org.bukkit.Material get(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • get

      public static org.bukkit.Material get(String name, org.bukkit.Material defaultMaterial)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • load

      public static void load()
      Deprecated, for removal: This API element is subject to removal in a future version.