Package dev.aurelium.slate.item.parser
Class ConfigurateItemParser
java.lang.Object
dev.aurelium.slate.item.parser.ConfigurateItemParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackparseBaseItem(org.spongepowered.configurate.ConfigurationNode config) @Nullable StringparseDisplayName(org.spongepowered.configurate.ConfigurationNode section) parseLore(org.spongepowered.configurate.ConfigurationNode section) protected org.bukkit.MaterialparseMaterial(String name)
-
Constructor Details
-
ConfigurateItemParser
-
-
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
-
parseMaterial
-