Свойство | Тип | Описание | |
---|---|---|---|
alchemy | bool | ||
anyFragment | bool | ||
anyIronBar | bool | ||
anyPressurePlate | bool | ||
anySand | bool | ||
anyWood | bool | ||
createItem | |||
maxRecipes | int | ||
maxRequirements | int | ||
needHoney | bool | ||
needLava | bool | ||
needWater | bool | ||
numRecipes | int | ||
requiredItem | Terraria.Item[] | ||
requiredTile | int[] |
Метод | Описание | |
---|---|---|
Create ( ) : void | ||
FindRecipes ( ) : void | ||
Recipe ( ) : System.Collections.Generic | ||
SetupRecipes ( ) : void | ||
useFragment ( int invType, int reqType ) : bool | ||
useIronBar ( int invType, int reqType ) : bool | ||
usePressurePlate ( int invType, int reqType ) : bool | ||
useSand ( int invType, int reqType ) : bool | ||
useWood ( int invType, int reqType ) : bool |
Метод | Описание | |
---|---|---|
AddRecipe ( ) : void | ||
PlatformReturn ( ) : void | ||
WallReturn ( ) : void |
public Recipe ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public useFragment ( int invType, int reqType ) : bool | ||
invType | int | |
reqType | int | |
Результат | bool |
public useIronBar ( int invType, int reqType ) : bool | ||
invType | int | |
reqType | int | |
Результат | bool |
public usePressurePlate ( int invType, int reqType ) : bool | ||
invType | int | |
reqType | int | |
Результат | bool |
public useSand ( int invType, int reqType ) : bool | ||
invType | int | |
reqType | int | |
Результат | bool |
public useWood ( int invType, int reqType ) : bool | ||
invType | int | |
reqType | int | |
Результат | bool |