Interface IInformativeItemSubPredicate


public interface IInformativeItemSubPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToDescription(List<net.minecraft.network.chat.Component> description)
     
    void
    modifyExample(net.minecraft.world.item.ItemStack exampleStack)
    Change this example Item Stack so it matches this ItemPredicate.
  • Method Details

    • modifyExample

      void modifyExample(net.minecraft.world.item.ItemStack exampleStack)
      Change this example Item Stack so it matches this ItemPredicate.
      Parameters:
      exampleStack -
    • addToDescription

      void addToDescription(List<net.minecraft.network.chat.Component> description)