Uses of Interface
io.github.thebusybiscuit.slimefun4.core.machines.MachineOperation
Packages that use MachineOperation
Package
Description
This package contains all extensions of
Event that Slimefun provides
and allows you to listen to.This package contains all variations of
ItemAttribute that
can be assigned to a SlimefunItemThis package contains sources related to the
MachineProcessor
and any MachineOperation.This package contains implementations of
MachineOperation.-
Uses of MachineOperation in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return MachineOperationModifier and TypeMethodDescriptionAsyncMachineOperationFinishEvent.getOperation()This returns the usedMachineOperationin the process. -
Uses of MachineOperation in io.github.thebusybiscuit.slimefun4.core.attributes
Classes in io.github.thebusybiscuit.slimefun4.core.attributes with type parameters of type MachineOperation -
Uses of MachineOperation in io.github.thebusybiscuit.slimefun4.core.machines
Classes in io.github.thebusybiscuit.slimefun4.core.machines with type parameters of type MachineOperationModifier and TypeClassDescriptionclassMachineProcessor<T extends MachineOperation>AMachineProcessormanages differentMachineOperations and handles their progress. -
Uses of MachineOperation in io.github.thebusybiscuit.slimefun4.implementation.operations
Classes in io.github.thebusybiscuit.slimefun4.implementation.operations that implement MachineOperationModifier and TypeClassDescriptionclassThisMachineOperationrepresents a crafting process.classThisMachineOperationrepresents the process of burning fuel.classclassThisMachineOperationrepresents an operation with no inputs, only a result.