public class SubtypeManager extends java.lang.Object implements ISubtypeManager
Constructor and Description |
---|
SubtypeManager(SubtypeRegistration subtypeRegistration) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubtypeInfo(net.minecraftforge.fluids.FluidStack fluidStack,
UidContext context)
Get the data from a fluidStack that is relevant to comparing and telling subtypes apart.
|
java.lang.String |
getSubtypeInfo(net.minecraft.item.ItemStack itemStack)
Get the data from an itemStack that is relevant to comparing and telling subtypes apart.
|
java.lang.String |
getSubtypeInfo(net.minecraft.item.ItemStack itemStack,
UidContext context)
Get the data from an itemStack that is relevant to comparing and telling subtypes apart.
|
public SubtypeManager(SubtypeRegistration subtypeRegistration)
@Nullable public java.lang.String getSubtypeInfo(net.minecraft.item.ItemStack itemStack)
ISubtypeManager
getSubtypeInfo
in interface ISubtypeManager
@Nullable public java.lang.String getSubtypeInfo(net.minecraft.item.ItemStack itemStack, UidContext context)
ISubtypeManager
getSubtypeInfo
in interface ISubtypeManager
@Nullable public java.lang.String getSubtypeInfo(net.minecraftforge.fluids.FluidStack fluidStack, UidContext context)
ISubtypeManager
getSubtypeInfo
in interface ISubtypeManager