Class ConfigurateItemParser

java.lang.Object
dev.aurelium.slate.item.parser.ConfigurateItemParser

public class ConfigurateItemParser extends Object
  • Constructor Details

    • ConfigurateItemParser

      public ConfigurateItemParser(Slate slate)
  • Method Details

    • parseBaseItem

      public org.bukkit.inventory.ItemStack parseBaseItem(org.spongepowered.configurate.ConfigurationNode config)
    • parseDisplayName

      @Nullable public @Nullable String parseDisplayName(org.spongepowered.configurate.ConfigurationNode section)
    • parseLore

      @NotNull public @NotNull List<LoreLine> parseLore(org.spongepowered.configurate.ConfigurationNode section)
    • parseMaterial

      protected org.bukkit.Material parseMaterial(String name)