apply
public java.lang.String apply(net.minecraftforge.fluids.FluidStack ingredient,
mezz.jei.api.ingredients.subtypes.UidContext context)
Description copied from interface: mezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter
Get the data from an ingredient that is relevant to telling subtypes apart in the given context.
This should account for nbt, and anything else that's relevant.
UidContext can be used to give different subtype information depending on the given context.
Most cases will return the same value for all contexts and it can usually be ignored.
Return IIngredientSubtypeInterpreter.NONE if there is no data used for subtypes.
- Specified by:
apply in interface mezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter<net.minecraftforge.fluids.FluidStack>