public interface IArmorEffect
Modifier and Type | Method and Description |
---|---|
static boolean |
isWearingFullSet(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.IArmorMaterial material) |
void |
onArmorTick(net.minecraft.world.World world,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.ItemStack itemStack,
GenericArmor armor) |
void onArmorTick(net.minecraft.world.World world, net.minecraft.entity.player.PlayerEntity player, net.minecraft.item.ItemStack itemStack, GenericArmor armor)
static boolean isWearingFullSet(net.minecraft.entity.player.PlayerEntity player, net.minecraft.item.IArmorMaterial material)