Context

sealed class Context(source)

Inheritors

Types

Link copied to clipboard
data class Carried(val player: Player, val menu: AbstractContainerMenu) : MatterTankItemStrategy.Context
Link copied to clipboard
data class PlayerInventory(val player: Player, val slot: Int) : MatterTankItemStrategy.Context

Properties

Link copied to clipboard
open val player: Player
Link copied to clipboard
abstract var stack: ItemStack

Functions

Link copied to clipboard
open fun addOverflow(stack: ItemStack)