C# Класс Aura.Channel.World.Inventory.BankTabPocket

Наследование: InventoryPocketNormal
Показать файл Открыть проект

Открытые методы

Метод Описание
BankTabPocket ( string name, long creatureId, BankTabRace race, int width, int height ) : Aura.Channel.Network.Sending
GetItemList ( ) : IList

Returns thread-safe list of items in this pocket.

TryAdd ( Item item, int x, int y ) : bool

Attempts to add the item at the given position.

TODO: Inventory really needs some refactoring, we shouldn't have to override such methods.

Описание методов

BankTabPocket() публичный Метод

public BankTabPocket ( string name, long creatureId, BankTabRace race, int width, int height ) : Aura.Channel.Network.Sending
name string
creatureId long
race BankTabRace
width int
height int
Результат Aura.Channel.Network.Sending

GetItemList() публичный Метод

Returns thread-safe list of items in this pocket.
public GetItemList ( ) : IList
Результат IList

TryAdd() публичный Метод

Attempts to add the item at the given position.
TODO: Inventory really needs some refactoring, we shouldn't have to override such methods.
public TryAdd ( Item item, int x, int y ) : bool
item Item
x int
y int
Результат bool