Class Config

java.lang.Object
studio.magemonkey.codex.config.api.IConfigTemplate
studio.magemonkey.divinity.config.Config

public class Config extends studio.magemonkey.codex.config.api.IConfigTemplate
  • Constructor Details

    • Config

      public Config(@NotNull Divinity plugin)
  • Method Details

    • load

      public void load()
      Specified by:
      load in class studio.magemonkey.codex.config.api.IConfigTemplate
    • setupAttributes

      public void setupAttributes()
    • getTier

      @Nullable public static Tier getTier(@NotNull String id)
    • getTiers

      @NotNull public static Collection<Tier> getTiers()
    • getSubTypeIds

      @NotNull public static Set<String> getSubTypeIds()
    • getSubTypeById

      @Nullable public static ItemSubType getSubTypeById(@NotNull String id)
    • getItemSubType

      @Nullable public static ItemSubType getItemSubType(@NotNull org.bukkit.inventory.ItemStack item)
    • getItemSubType

      @Deprecated @Nullable public static ItemSubType getItemSubType(@NotNull org.bukkit.Material material)
      Deprecated.
    • getItemSubType

      @Nullable public static ItemSubType getItemSubType(@NotNull String mat)
    • getAllRegisteredMaterials

      @NotNull public static Set<studio.magemonkey.codex.api.items.ItemType> getAllRegisteredMaterials()