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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetLegacyStringSubtypeInfo(@NotNull net.minecraft.world.item.ItemStack stack, @NotNull mezz.jei.api.ingredients.subtypes.UidContext context) @Nullable ObjectgetSubtypeData(@NotNull net.minecraft.world.item.ItemStack stack, @NotNull mezz.jei.api.ingredients.subtypes.UidContext context)
-
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:
getSubtypeDatain interfacemezz.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:
getLegacyStringSubtypeInfoin interfacemezz.jei.api.ingredients.subtypes.ISubtypeInterpreter<net.minecraft.world.item.ItemStack>
-