Class AttributeHandler

java.lang.Object
net.swofty.item.attribute.AttributeHandler

public class AttributeHandler extends Object
  • Constructor Details

    • AttributeHandler

      public AttributeHandler(SkyBlockItem item)
  • Method Details

    • getItemType

      public String getItemType()
    • getItemTypeAsType

      @Nullable public @Nullable ItemType getItemTypeAsType()
    • getRarity

      public Rarity getRarity()
    • setRarity

      public void setRarity(Rarity rarity)
    • hasEnchantment

      public boolean hasEnchantment(EnchantmentType type)
    • removeEnchantment

      public void removeEnchantment(EnchantmentType type)
    • getReforge

      @Nullable public ReforgeType.Reforge getReforge()
    • setReforge

      public void setReforge(ReforgeType.Reforge reforge)
    • getEnchantment

      public SkyBlockEnchantment getEnchantment(EnchantmentType type)
    • getEnchantments

      public Stream<SkyBlockEnchantment> getEnchantments()
    • addEnchantment

      public void addEnchantment(SkyBlockEnchantment enchantment)
    • getStatistics

      public ItemStatistics getStatistics()
    • setStatistics

      public void setStatistics(ItemStatistics statistics)
    • setRecombobulated

      public void setRecombobulated(boolean value)
    • isRecombobulated

      public boolean isRecombobulated()
    • getBreakingPower

      public int getBreakingPower()
    • isMiningTool

      public boolean isMiningTool()
    • asSkyBlockItem

      public SkyBlockItem asSkyBlockItem()