public interface IItemComparisonProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(net.minecraft.item.ItemStack stack)
Simple test for support ( AE generally skips this and calls the above function.
|
IItemComparison |
getComparison(net.minecraft.item.ItemStack is)
should return a new IItemComparison, or return null if it doesn't handle
the supplied item.
|
IItemComparison getComparison(net.minecraft.item.ItemStack is)
is - itemboolean canHandle(net.minecraft.item.ItemStack stack)
stack - item