Class SciencePackSubtypeInterpreter

java.lang.Object
com.portingdeadmods.researchd.compat.jei.SciencePackSubtypeInterpreter
All Implemented Interfaces:
mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>

public class SciencePackSubtypeInterpreter extends Object implements mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>
  • Constructor Details

    • SciencePackSubtypeInterpreter

      public SciencePackSubtypeInterpreter()
  • Method Details

    • getSubtypeData

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

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