Interface MachineProcessHolder<T extends MachineOperation>

Type Parameters:
T - The type of MachineOperation the MachineProcessor should hold.
All Superinterfaces:
ItemAttribute
All Known Implementing Classes:
AContainer, AGenerator, AutoAnvil, AutoBrewer, AutoDisenchanter, AutoDrier, AutoEnchanter, BioGenerator, BookBinder, CarbonPress, ChargingBench, CoalGenerator, CombustionGenerator, ElectricDustWasher, ElectricFurnace, ElectricGoldPan, ElectricIngotFactory, ElectricIngotPulverizer, ElectricOreGrinder, ElectricPress, ElectricSmeltery, ElectrifiedCrucible, FoodComposter, FoodFabricator, Freezer, GEOMiner, HeatedPressureChamber, LavaGenerator, MagnesiumGenerator, NetherStarReactor, NuclearReactor, OilPump, ProduceCollector, Reactor, Refinery

public interface MachineProcessHolder<T extends MachineOperation> extends ItemAttribute
This ItemAttribute marks a SlimefunItem as a MachineProcessHolder. A MachineProcessHolder can hold a MachineProcessor which is responsible for handling any MachineOperation.
Author:
TheBusyBiscuit