Interface ManaProficiencyArmor

All Known Implementing Classes:
ManaweaveHelmItem

public interface ManaProficiencyArmor
An armor item that implements this gives the player wearing it mana proficiency, by which it makes Rods the player use have a stronger effect. This is a boolean, and only one armor piece with this returning true is required for the player to be considered to be having proficiency, by which it's suggested that this is used alongside an armor set, where only one piece implements it.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    shouldGiveProficiency(net.minecraft.world.item.ItemStack armorStack, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack rod)
     
  • Method Details

    • shouldGiveProficiency

      default boolean shouldGiveProficiency(net.minecraft.world.item.ItemStack armorStack, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack rod)