Interface BrewItem

All Known Implementing Classes:
BaseBrewItem, IncenseStickItem, TaintedBloodPendantItem

public interface BrewItem
An Item that implements this is a Brew item, by which it contains a brew. This is only used in vanilla to prevent the brew item from going back into the brewery but other mods might use it for whatever.
  • Method Summary

    Modifier and Type
    Method
    Description
    getBrew(net.minecraft.world.item.ItemStack brew)
     
  • Method Details

    • getBrew

      Brew getBrew(net.minecraft.world.item.ItemStack brew)