Class DoughItemSubtypeInterpreter

java.lang.Object
petrolpark.mc.library.compat.jei.subtypeInterpreter.DoughItemSubtypeInterpreter
All Implemented Interfaces:
mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>

@ParametersAreNonnullByDefault public class DoughItemSubtypeInterpreter extends Object implements mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>
  • Field Details

  • Constructor Details

    • DoughItemSubtypeInterpreter

      public DoughItemSubtypeInterpreter()
  • Method Details

    • getSubtypeData

      @Nullable public @Nullable IDough getSubtypeData(net.minecraft.world.item.ItemStack ingredient, mezz.jei.api.ingredients.subtypes.UidContext context)
      Specified by:
      getSubtypeData in interface mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>
    • getLegacyStringSubtypeInfo

      public String getLegacyStringSubtypeInfo(net.minecraft.world.item.ItemStack ingredient, mezz.jei.api.ingredients.subtypes.UidContext context)
      Specified by:
      getLegacyStringSubtypeInfo in interface mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>