C# 클래스 Terraria.ModLoader.ModRecipe

상속: Terraria.Recipe
파일 보기 프로젝트 열기: JavidPack/TerraCustom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mod Mod

공개 메소드들

메소드 설명
AddIngredient ( Mod mod, string itemName, int stack = 1 ) : void
AddIngredient ( ModItem item, int stack = 1 ) : void
AddIngredient ( int itemID, int stack = 1 ) : void
AddIngredient ( string itemName, int stack = 1 ) : void
AddRecipe ( ) : void
AddRecipeGroup ( string name, int stack = 1 ) : void
AddTile ( Mod mod, string tileName ) : void
AddTile ( ModTile tile ) : void
AddTile ( int tileID ) : void
ConsumeItem ( int type, int numRequired ) : int
ModRecipe ( Mod mod ) : System
OnCraft ( Item item ) : void
RecipeAvailable ( ) : bool
SetResult ( Mod mod, string itemName, int stack = 1 ) : void
SetResult ( ModItem item, int stack = 1 ) : void
SetResult ( int itemID, int stack = 1 ) : void
SetResult ( string itemName, int stack = 1 ) : void

메소드 상세

AddIngredient() 공개 메소드

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

AddIngredient() 공개 메소드

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

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

AddRecipe() 공개 메소드

public AddRecipe ( ) : void
리턴 void

AddRecipeGroup() 공개 메소드

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

AddTile() 공개 메소드

public AddTile ( Mod mod, string tileName ) : void
mod Mod
tileName string
리턴 void

AddTile() 공개 메소드

public AddTile ( ModTile tile ) : void
tile ModTile
리턴 void

AddTile() 공개 메소드

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

ConsumeItem() 공개 메소드

public ConsumeItem ( int type, int numRequired ) : int
type int
numRequired int
리턴 int

ModRecipe() 공개 메소드

public ModRecipe ( Mod mod ) : System
mod Mod
리턴 System

OnCraft() 공개 메소드

public OnCraft ( Item item ) : void
item Item
리턴 void

RecipeAvailable() 공개 메소드

public RecipeAvailable ( ) : bool
리턴 bool

SetResult() 공개 메소드

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

SetResult() 공개 메소드

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

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

프로퍼티 상세

mod 공개적으로 프로퍼티

public Mod mod
리턴 Mod