Package io.github.thebusybiscuit.slimefun4.core.machines
package io.github.thebusybiscuit.slimefun4.core.machines
This package contains sources related to the
MachineProcessor
and any MachineOperation
.-
ClassDescriptionThis represents a
MachineOperation
which is handled by aMachineProcessor
.MachineProcessor<T extends MachineOperation>AMachineProcessor
manages differentMachineOperation
s and handles their progress.