Interface IAttributeGenerator

All Known Implementing Classes:
AbilityGenerator, AbstractAttributeGenerator, AttributeGenerator, SingleAttributeGenerator, TypedStatGenerator

public interface IAttributeGenerator
  • Method Details

    • getMinAmount

      int getMinAmount()
    • getMaxAmount

      int getMaxAmount()
    • getLoreFormat

      @NotNull List<String> getLoreFormat()
    • getPlaceholder

      @NotNull String getPlaceholder()
    • generate

      void generate(@NotNull org.bukkit.inventory.ItemStack item, int itemLevel)