public interface Processor extends Item
| Modifier and Type | Method and Description |
|---|---|
int |
supportedComponents(net.minecraft.item.ItemStack stack)
The additional number of components supported if this processor is
installed in the server.
|
int supportedComponents(net.minecraft.item.ItemStack stack)
stack - the processor to get the number of supported components for.