Class WoodenItemSubtypeInterpreter

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

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

  • Constructor Details

    • WoodenItemSubtypeInterpreter

      public WoodenItemSubtypeInterpreter()
  • Method Details

    • getSubtypeData

      @Nullable public @Nullable WoodHelper.Wood 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>