Class ContainerSlotBeta

Represents a slot within a broader container (e.g., entity inventory.)

Hierarchy

  • ContainerSlot

Constructors

Properties

amount: number

Amount of the specified item within the container slot.

data: number

Modifier value for the item type stored within the slot.

isStackable: boolean
isValid: boolean

If true, the state of this container slot is still valid (e.g., the underlying block or entity for this container slot still exists.)

keepOnDeath: boolean
lockMode: ItemLockMode
maxAmount: number
nameTag?: string

Returns a name tag for the container slot.

type: ItemType
typeId?: string

Returns a string identifier of the type if item stored in this slot.

Throws

This property can throw when used.

Methods

  • Returns ItemStack

    Remarks

    Returns the item stored within the container.

    Throws

    This function can throw errors.

  • Returns string[]

    Remarks

    Returns the lore value for the item stored within this container slot.

    Throws

    This function can throw errors.

  • Parameters

    Returns boolean

  • Parameters

    • Optional blockIdentifiers: string[]

    Returns void

  • Parameters

    • Optional blockIdentifiers: string[]

    Returns void

  • Parameters

    • Optional itemStack: ItemStack

      The item stack to set within this container slot.

    Returns void

    Remarks

    Sets the item within the slot to a new value.

    Throws

    This function can throw errors.

  • Parameters

    • Optional loreList: string[]

      An array of strings for lines of text for this lore.

    Returns void

    Remarks

    Sets the lore string for the item at the specified slot.

    Throws

    This function can throw errors.