Shared.Data.ItemRecipeDataBase
Type JSONpublic class in Shared.Data
Type metadata
- Assembly
Shared - Namespace
Shared.Data - Base type
System.Object - Hash
64C8BB736E7DAD207DB58F825A4B6D3C71AA2418FF5C09AD105DA0E5F2625157
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
ItemRecipeDataMap# | public | public System.Collections.Generic.Dictionary<System.String, Shared.Data.ItemRecipe> ItemRecipeDataMap |
MissingData# | public | public Shared.Data.ItemRecipe MissingData |
Methods
AddItemRecipes
#
public System.Void AddItemRecipes(System.Collections.Generic.List<Shared.Data.ItemRecipe> itemRecipes)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
1A36DD312BFFF79A50FC691C6044479742683E55A85D68988494FAB8103ED7D3 - Body hash
9B75F10FC84D5041CA75DF6E0648451F82F6FEB6EDB5E38D1440A45C59742599 - IL size96
Referenced calls
System.Collections.Generic.List<Shared.Data.ItemRecipe>::GetEnumerator()List.Enumerator<Shared.Data.ItemRecipe>::get_Current()System.Collections.Generic.Dictionary<System.String, Shared.Data.ItemRecipe>::ContainsKey(!0)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)System.Collections.Generic.Dictionary<System.String, Shared.Data.ItemRecipe>::set_Item(!0, !1)List.Enumerator<Shared.Data.ItemRecipe>::MoveNext()System.IDisposable::Dispose()
String literals
Detected duplicate recipes for item id ''.
GetItemRecipeOrMissing
#
public Shared.Data.ItemRecipe GetItemRecipeOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Data.ItemRecipe - StaticTrue
- VirtualFalse
- Hash
455276D41614B571CD80F8BE9AFEBB8DD95F996B44F0945B9F3EAAE6CD16863F - Body hash
99DE6B4BF283BF6D3AB0E6D14293DAF32A081A0616C8E54AE042F3E1B701AD0F - IL size26
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Data.ItemRecipe>::TryGetValue(!0, !1&)
GetItemRecipeOrNull
#
public Shared.Data.ItemRecipe GetItemRecipeOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Data.ItemRecipe - StaticTrue
- VirtualFalse
- Hash
D3C70B45AA4BB6FF03FD0CE7CE8E6CF145936E86AA42354B77CF256910B53FAB - Body hash
2A5315D1D27727E273E2CA2E72144C2C5231A58CB8DB261B9123B01B8F2EA93F - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Data.ItemRecipe>::TryGetValue(!0, !1&)