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.strategies
/
MatterHandlerExternalStorageFacade
Matter
Handler
External
Storage
Facade
class
MatterHandlerExternalStorageFacade
(
handler
:
IMatterHandler
)
:
ExternalStorageFacade
(
source
)
Members
Constructors
Matter
Handler
External
Storage
Facade
Link copied to clipboard
constructor
(
handler
:
IMatterHandler
)
Properties
available
Stacks
Link copied to clipboard
open
val
availableStacks
:
KeyCounter
?
description
Link copied to clipboard
open
val
description
:
Component
?
key
Type
Link copied to clipboard
open
override
val
keyType
:
MatterKeyType
slots
Link copied to clipboard
open
override
val
slots
:
Int
Functions
contains
Any
Fuzzy
Link copied to clipboard
open
override
fun
containsAnyFuzzy
(
keys
:
Set
<
AEKey
?
>
?
)
:
Boolean
extract
Link copied to clipboard
open
fun
extract
(
what
:
AEKey
?
,
amount
:
Long
,
mode
:
Actionable
?
,
source
:
IActionSource
?
)
:
Long
get
Key
Type
Link copied to clipboard
open
override
fun
getKeyType
(
)
:
MatterKeyType
get
Slots
Link copied to clipboard
open
override
fun
getSlots
(
)
:
Int
get
Stack
In
Slot
Link copied to clipboard
open
override
fun
getStackInSlot
(
slot
:
Int
)
:
GenericStack
?
insert
Link copied to clipboard
open
fun
insert
(
what
:
AEKey
?
,
amount
:
Long
,
mode
:
Actionable
?
,
source
:
IActionSource
?
)
:
Long
is
Preferred
Storage
For
Link copied to clipboard
open
fun
isPreferredStorageFor
(
what
:
AEKey
?
,
source
:
IActionSource
?
)
:
Boolean
set
Change
Listener
Link copied to clipboard
open
fun
setChangeListener
(
@
Nullable
listener
:
Runnable
?
)
set
Extractable
Only
Link copied to clipboard
open
fun
setExtractableOnly
(
extractableOnly
:
Boolean
)