C# Class Terraria.Recipe

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
alchemy bool
anyFragment bool
anyIronBar bool
anyPressurePlate bool
anySand bool
anyWood bool
createItem Item
maxRecipes int
maxRequirements int
needHoney bool
needLava bool
needWater bool
numRecipes int
requiredItem Terraria.Item[]
requiredTile int[]

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddRecipe ( ) : void
PlatformReturn ( ) : void
WallReturn ( ) : void

Method Details

Create() public méthode

public Create ( ) : void
Résultat void

FindRecipes() public static méthode

public static FindRecipes ( ) : void
Résultat void

Recipe() public méthode

public Recipe ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SetupRecipes() public static méthode

public static SetupRecipes ( ) : void
Résultat void

useFragment() public méthode

public useFragment ( int invType, int reqType ) : bool
invType int
reqType int
Résultat bool

useIronBar() public méthode

public useIronBar ( int invType, int reqType ) : bool
invType int
reqType int
Résultat bool

usePressurePlate() public méthode

public usePressurePlate ( int invType, int reqType ) : bool
invType int
reqType int
Résultat bool

useSand() public méthode

public useSand ( int invType, int reqType ) : bool
invType int
reqType int
Résultat bool

useWood() public méthode

public useWood ( int invType, int reqType ) : bool
invType int
reqType int
Résultat bool

Property Details

alchemy public_oe property

public bool alchemy
Résultat bool

anyFragment public_oe property

public bool anyFragment
Résultat bool

anyIronBar public_oe property

public bool anyIronBar
Résultat bool

anyPressurePlate public_oe property

public bool anyPressurePlate
Résultat bool

anySand public_oe property

public bool anySand
Résultat bool

anyWood public_oe property

public bool anyWood
Résultat bool

createItem public_oe property

public Item,Terraria createItem
Résultat Item

maxRecipes public_oe static_oe property

public static int maxRecipes
Résultat int

maxRequirements public_oe static_oe property

public static int maxRequirements
Résultat int

needHoney public_oe property

public bool needHoney
Résultat bool

needLava public_oe property

public bool needLava
Résultat bool

needWater public_oe property

public bool needWater
Résultat bool

numRecipes public_oe static_oe property

public static int numRecipes
Résultat int

requiredItem public_oe property

public Item[],Terraria requiredItem
Résultat Terraria.Item[]

requiredTile public_oe property

public int[] requiredTile
Résultat int[]