C# 클래스 DodongosQuest.Items.ItemFactory

파일 보기 프로젝트 열기: faintpixel/Roguelike

공개 메소드들

메소드 설명
CreateItem ( ItemTypes itemType, Vector2 worldIndex, World world ) : IItem

비공개 메소드들

메소드 설명
CreateBatWing ( Vector2 worldIndex, World world ) : IItem
CreateCursedDoll ( Vector2 worldIndex, World world ) : IItem
CreateDiamond ( Vector2 worldIndex, World world ) : IItem
CreateOldKey ( Vector2 worldIndex, World world ) : IItem
CreatePotionOfBlindness ( Vector2 worldIndex, World world ) : IItem
CreatePotionOfLevitation ( Vector2 worldIndex, World world ) : IItem
CreatePotionOfMinorEnergy ( Vector2 worldIndex, World world ) : IItem
CreatePotionOfMinorHealth ( Vector2 worldIndex, World world ) : IItem

메소드 상세

CreateItem() 공개 정적인 메소드

public static CreateItem ( ItemTypes itemType, Vector2 worldIndex, World world ) : IItem
itemType ItemTypes
worldIndex Vector2
world World
리턴 IItem