Applied-Replicatics
Toggle table of contents
21.1-1.0.1
Select version
21.1-1.0.1
21.1-1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Applied-Replicatics
Applied-Replicatics
/
dev.lapis256.apprep.common.ae2.crafting
/
MatterInput
Matter
Input
class
MatterInput
(
stack
:
GenericStack
,
amount
:
Long
)
:
IPatternDetails.IInput
(
source
)
Members
Constructors
Matter
Input
Link copied to clipboard
constructor
(
stack
:
GenericStack
,
amount
:
Long
)
constructor
(
key
:
MatterKey
,
amount
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
multiplier
Link copied to clipboard
open
override
val
multiplier
:
Long
possible
Inputs
Link copied to clipboard
open
override
val
possibleInputs
:
Array
<
GenericStack
>
Functions
get
Multiplier
Link copied to clipboard
open
override
fun
getMultiplier
(
)
:
Long
get
Possible
Inputs
Link copied to clipboard
open
override
fun
getPossibleInputs
(
)
:
Array
<
GenericStack
>
get
Remaining
Key
Link copied to clipboard
open
override
fun
getRemainingKey
(
template
:
AEKey
?
)
:
AEKey
?
is
Valid
Link copied to clipboard
open
override
fun
isValid
(
input
:
AEKey
,
level
:
Level
?
)
:
Boolean