Machine
The machine this part is facing can be read, such as the work they are doing.
Aspect
Is WorkerIf the target is a worker machine
Output: Boolean
Has WorkIf the target has work to process
Output: Boolean
Can WorkIf the target would be able to start working in its current state
Output: Boolean
Is WorkingIf the target is currently working
Output: Boolean
Has TemperatureIf the target has a certain temperature
Output: Boolean
TemperatureThe current temperature of the target in degrees Kelvin
Output: Double
Maximum TemperatureThe maximum temperature of the target in degrees Kelvin
Output: Double
Minimum TemperatureThe minimum temperature of the target in degrees Kelvin
Output: Double
Default TemperatureThe default temperature of the target in degrees Kelvin
Output: Double
Is Recipe HandlerIf the target can handle recipes
Output: Boolean
RecipesRecipes that can be handled by the target
Output: List
Recipe By InputAn operator that returns a recipe for a given input.
Output: Operator
Recipe By OutputAn operator that returns a recipe for a given output.
Output: Operator
Recipes By InputAn operator that returns all possible recipes for a given input.
Output: Operator
Recipes By OutputAn operator that returns all possible recipes for a given output.
Output: Operator
Recipe Output By InputAn operator that returns the resulting recipe output for a given input.
Output: Operator
Recipe Inputs By OutputAn operator that returns all possible recipe inputs for a given output.
Output: Operator
Is FE HandlerIf the target in some way handles FE
Output: Boolean
Is FE ReceiverIf the target can receive FE
Output: Boolean
Is FE ProviderIf the target can provide FE
Output: Boolean
Can Extract FEIf FE can really be extracted from the target, takes into account storage
Output: Boolean
Can Insert FEIf FE can really be inserted into the target, takes into account storage and capacity
Output: Boolean
Is FE Buffer FullIf the target's FE buffer is completely full
Output: Boolean
Is FE Buffer EmptyIf the target's FE buffer is completely empty
Output: Boolean
Is FE Buffer Not EmptyIf the target's FE buffer is not empty
Output: Boolean
Stored FEThe amount of FE stored in the target
Output: Integer
FE CapacityThe FE capacity of the target
Output: Integer
FE Fill RatioThe amount of FE in the target divided by its capacity
Output: Double