MatterInput

class MatterInput(stack: GenericStack, amount: Long) : IPatternDetails.IInput(source)

Constructors

Link copied to clipboard
constructor(stack: GenericStack, amount: Long)
constructor(key: MatterKey, amount: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val multiplier: Long
Link copied to clipboard
open override val possibleInputs: Array<GenericStack>

Functions

Link copied to clipboard
open override fun getMultiplier(): Long
Link copied to clipboard
open override fun getPossibleInputs(): Array<GenericStack>
Link copied to clipboard
open override fun getRemainingKey(template: AEKey?): AEKey?
Link copied to clipboard
open override fun isValid(input: AEKey, level: Level?): Boolean