Search Results for

    Show / Hide Table of Contents

    Class OpenPlayerInventory

    Inheritance
    System.Object
    OpenPlayerInventory
    Namespace: OpenAPI.Player
    Assembly: OpenAPI.dll
    Syntax
    public class OpenPlayerInventory : PlayerInventory

    Constructors

    | Improve this Doc View Source

    OpenPlayerInventory(OpenPlayer)

    Declaration
    public OpenPlayerInventory(OpenPlayer player)
    Parameters
    Type Name Description
    OpenPlayer player

    Methods

    | Improve this Doc View Source

    GetItemInHand()

    Declaration
    public override Item GetItemInHand()
    Returns
    Type Description
    Item
    | Improve this Doc View Source

    HasItems(Int16, Int16, Int32)

    Declaration
    public bool HasItems(short itemId, short meta, int count)
    Parameters
    Type Name Description
    System.Int16 itemId
    System.Int16 meta
    System.Int32 count
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TakeItems(Int16, Int16, Int32)

    Declaration
    public void TakeItems(short itemId, short meta, int count)
    Parameters
    Type Name Description
    System.Int16 itemId
    System.Int16 meta
    System.Int32 count
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX