C# 클래스 Terraria.ModLoader.RecipeFinder

파일 보기 프로젝트 열기: JavidPack/TerraCustom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
needHoney bool
needLava bool
needWater bool

공개 메소드들

메소드 설명
AddIngredient ( int itemID, int stack = 1 ) : void
AddIngredient ( string itemName, int stack = 1 ) : void
AddRecipeGroup ( string name, int stack = 1 ) : void
AddTile ( int tileID ) : void
FindExactRecipe ( ) : Recipe
RecipeFinder ( ) : System
SearchRecipes ( ) : List
SetResult ( int itemID, int stack = 1 ) : void
SetResult ( string itemName, int stack = 1 ) : void

비공개 메소드들

메소드 설명
GetAcceptedGroups ( Recipe recipe ) : List

메소드 상세

AddIngredient() 공개 메소드

public AddIngredient ( int itemID, int stack = 1 ) : void
itemID int
stack int
리턴 void

AddIngredient() 공개 메소드

public AddIngredient ( string itemName, int stack = 1 ) : void
itemName string
stack int
리턴 void

AddRecipeGroup() 공개 메소드

public AddRecipeGroup ( string name, int stack = 1 ) : void
name string
stack int
리턴 void

AddTile() 공개 메소드

public AddTile ( int tileID ) : void
tileID int
리턴 void

FindExactRecipe() 공개 메소드

public FindExactRecipe ( ) : Recipe
리턴 Recipe

RecipeFinder() 공개 메소드

public RecipeFinder ( ) : System
리턴 System

SearchRecipes() 공개 메소드

public SearchRecipes ( ) : List
리턴 List

SetResult() 공개 메소드

public SetResult ( int itemID, int stack = 1 ) : void
itemID int
stack int
리턴 void

SetResult() 공개 메소드

public SetResult ( string itemName, int stack = 1 ) : void
itemName string
stack int
리턴 void

프로퍼티 상세

needHoney 공개적으로 프로퍼티

public bool needHoney
리턴 bool

needLava 공개적으로 프로퍼티

public bool needLava
리턴 bool

needWater 공개적으로 프로퍼티

public bool needWater
리턴 bool