Romestead Assembly Reference

CandideServer.Helpers.WorkRecipesHelper

Type JSON

public class in CandideServer.Helpers

Methods3
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Helpers
  • Base typeSystem.Object
  • HashCF84E8339273B6478E1ECA51CA4256B5BEC1D87E165C2DA59773BEB0374FAD29

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ReuseUnlockedRecipesListprivateprivate System.Collections.Generic.HashSet<System.String> ReuseUnlockedRecipesList

Methods

CanCraftRecipeFromItems

public System.Boolean CanCraftRecipeFromItems(Shared.Models.Items.SharedInventoryModel inventory, Shared.Models.Items.ItemAmount[] itemRequirements)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash39E1D7ABA41F32DD4657AE8434D8CE26AA90D7A766C38C7A6B7A04193268F125
  • Body hashD582D08DAAE3DE79A8EBA8479791070862ED7DEB686752E51101FCAC4A9358C8
  • IL size105
Referenced calls
  • System.String::op_Inequality(System.String, System.String)
Called by

GetRecipeGroupsForCitizen

public System.Collections.Generic.List<System.String> GetRecipeGroupsForCitizen(CandideServer.Models.Citizen.CitizenModel citizen)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<System.String>
  • StaticTrue
  • VirtualFalse
  • Hash2EF0BDF52F3678BFCD32836EF7CB775738527D26EB8A9D8A7A0F8EBC7229F367
  • Body hash09A202711289D4FFB2F39A746EDB6E6D221977E725397E3B8C0B697445B1475B
  • IL size108
Referenced calls
  • System.Collections.Generic.List<System.String>::.ctor()
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • System.Collections.Generic.List<System.String>::Add(!0)
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.Citizen.JobProgress>::get_Item(!0)
Called by
String literals
  • :

GetUnlockedRecipesForCitizen

public System.Collections.Generic.HashSet<System.String> GetUnlockedRecipesForCitizen(CandideServer.Models.Citizen.CitizenModel citizen)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.HashSet<System.String>
  • StaticTrue
  • VirtualFalse
  • HashDE58201DE59117FD10307A32D759D060A32670F44EFD3D9C2FF80CB4D98D640C
  • Body hash9BB470E266E3B63633357FB4C970EB27BDFA252372CBDA77782BC96CE6982F40
  • IL size203
Referenced calls
  • System.Collections.Generic.HashSet<System.String>::Clear()
  • System.String::IsNullOrEmpty(System.String)
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.HashSet<System.String>>::TryGetValue(!0, !1&)
  • System.Collections.Generic.HashSet<System.String>::GetEnumerator()
  • HashSet.Enumerator<System.String>::get_Current()
  • System.Collections.Generic.HashSet<System.String>::Add(!0)
  • HashSet.Enumerator<System.String>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::get_Value()
  • System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<System.String>>::TryGetValue(!0, !1&)
Called by