C# 클래스 Aura.Channel.World.Inventory.BankTabPocket

상속: InventoryPocketNormal
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
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