Applied-Replicatics
Toggle table of contents
21.1-1.0.0
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
/
MatterTankItemStrategy
/
Context
Context
sealed
class
Context
(
source
)
Inheritors
Carried
PlayerInventory
Members
Types
Carried
Link copied to clipboard
data
class
Carried
(
val
player
:
Player
,
val
menu
:
AbstractContainerMenu
)
:
MatterTankItemStrategy.Context
Player
Inventory
Link copied to clipboard
data
class
PlayerInventory
(
val
player
:
Player
,
val
slot
:
Int
)
:
MatterTankItemStrategy.Context
Properties
player
Link copied to clipboard
open
val
player
:
Player
stack
Link copied to clipboard
abstract
var
stack
:
ItemStack
Functions
add
Overflow
Link copied to clipboard
open
fun
addOverflow
(
stack
:
ItemStack
)