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 SlimefunItem
This 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 usedMachineOperation
in 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 TypeClassDescriptionclass
MachineProcessor<T extends MachineOperation>
AMachineProcessor
manages differentMachineOperation
s 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 TypeClassDescriptionclass
ThisMachineOperation
represents a crafting process.class
ThisMachineOperation
represents the process of burning fuel.class
class
ThisMachineOperation
represents an operation with no inputs, only a result.