C# 클래스 Server.Items.Food

상속: Item
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckHunger ( Mobile from ) : bool
Deserialize ( GenericReader reader ) : void
Eat ( Mobile from ) : bool
FillHunger ( Mobile from, int fillFactor ) : bool
Food ( Serial serial ) : System.Collections.Generic
Food ( int itemID ) : System.Collections.Generic
Food ( int amount, int itemID ) : System.Collections.Generic
GetContextMenuEntries ( Mobile from, List list ) : void
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

메소드 상세

CheckHunger() 공개 메소드

public CheckHunger ( Mobile from ) : bool
from Mobile
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

Eat() 공개 메소드

public Eat ( Mobile from ) : bool
from Mobile
리턴 bool

FillHunger() 공개 정적인 메소드

public static FillHunger ( Mobile from, int fillFactor ) : bool
from Mobile
fillFactor int
리턴 bool

Food() 공개 메소드

public Food ( Serial serial ) : System.Collections.Generic
serial Serial
리턴 System.Collections.Generic

Food() 공개 메소드

public Food ( int itemID ) : System.Collections.Generic
itemID int
리턴 System.Collections.Generic

Food() 공개 메소드

public Food ( int amount, int itemID ) : System.Collections.Generic
amount int
itemID int
리턴 System.Collections.Generic

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void