SerenityJS
    Preparing search index...

    Class ItemStackRequestAction

    Hierarchy

    • DataType
      • ItemStackRequestAction
    Index

    Constructors

    Properties

    The action of the item stack request action.

    The beacon payment of the item stack request action.

    The craft creative of the item stack request action.

    craftGrindstoneRequest: null | ItemStackRequestActionCraftGrindstoneRequest

    The craft grindstone request of the item stack request action.

    The craft loom request of the item stack request action.

    The craft recipe of the item stack request action.

    The craft recipe auto of the item stack request action.

    The create of the item stack request action.

    destroyOrConsume: null | ItemStackRequestActionDestroyConsume

    The destroy or consume of the item stack request action.

    The drop of the item stack request action.

    The mine block of the item stack request action.

    The optional of the item stack request action.

    resultsDeprecated: null | ItemStackRequestActionResultsDeprecated

    The results deprecated of the item stack request action.

    The swap of the item stack request action.

    takeOrPlace: null | ItemStackActionTakePlace

    The take or place of the item stack request action.

    Methods

    • Writes the data type to a binary stream.

      Parameters

      • _stream: BinaryStream

        The binary stream to write to.

      • _value: unknown

        The data type to write.

      • Optional_endian: Endianness

        The endianness to use.

      • Optional_parameter: unknown

        An optional parameter.

      Returns void