public interface MutableProcessor extends Processor
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Architecture>> |
allArchitectures()
Get a list of all architectures supported by this processor.
|
void |
setArchitecture(net.minecraft.item.ItemStack stack,
java.lang.Class<? extends Architecture> architecture)
Set the architecture to use for the specified processor.
|
architecture, supportedComponents
java.util.Collection<java.lang.Class<? extends Architecture>> allArchitectures()
void setArchitecture(net.minecraft.item.ItemStack stack, java.lang.Class<? extends Architecture> architecture)
stack
- the processor to set the architecture for.architecture
- the architecture to use on the processor.