Interface IQualityEffectDescription

All Known Implementing Classes:
SimpleQualityEffectDescription

public interface IQualityEffectDescription
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.network.chat.FormattedText>
    getDescription(net.minecraft.world.item.ItemStack stack, IQuality quality)
     
    net.minecraft.resources.ResourceLocation
    id()
     
    boolean
     
    Stream<net.minecraft.world.item.ItemStack>
     
  • Method Details

    • id

      net.minecraft.resources.ResourceLocation id()
    • isEnabled

      boolean isEnabled()
    • streamApplicableItemStacks

      Stream<net.minecraft.world.item.ItemStack> streamApplicableItemStacks()
    • getDescription

      List<net.minecraft.network.chat.FormattedText> getDescription(net.minecraft.world.item.ItemStack stack, IQuality quality)