Romestead Assembly Reference

CandideServer.Database.BiomeSpawnTableDataBase

Type JSON

public class in CandideServer.Database

Methods2
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Database
  • Base typeSystem.Object
  • Hash28DAEAC92ED0C409974A8628E7D1DC449CDD2EB4890DDD26FA697D0CC719C7E3

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
SpawnDataMappublicpublic System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable> SpawnDataMap

Methods

AddSpawnTable

public System.Void AddSpawnTable(CandideServer.Database.BiomeEntitySpawnTable data)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash9118370E691DED81AD2703D465B427F1C8D0FB3EFCCA51E523A83DCAC2DDE4F4
  • Body hash120C68EF7BA4F971347011DCE0B64D43F96C778B06E67687DF58C386DC1E3ADA
  • IL size340
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable>::ContainsKey(!0)
  • System.String::Concat(System.String, System.String, System.String)
  • CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable>::set_Item(!0, !1)
  • System.Collections.Generic.Dictionary<System.Int32, CandideServer.Database.TimeSpawnTable>::get_Values()
  • Dictionary.ValueCollection<System.Int32, CandideServer.Database.TimeSpawnTable>::GetEnumerator()
  • Dictionary.ValueCollection.Enumerator<System.Int32, CandideServer.Database.TimeSpawnTable>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable>::ContainsKey(!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • Dictionary.ValueCollection.Enumerator<System.Int32, CandideServer.Database.TimeSpawnTable>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • Detected duplicate biome spawn table id '
  • '.
  • Biome
  • could not find spawn table '

GetSpawnTableOrNull

public CandideServer.Database.BiomeEntitySpawnTable GetSpawnTableOrNull(System.String biomeId)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Database.BiomeEntitySpawnTable
  • StaticTrue
  • VirtualFalse
  • HashFDC32CBCE180F7F3A49E976B211C895861C72B4A259746066AA8A79C0A1454C5
  • Body hashECD383B912197ACB35C8CDCC604AB3CE29459FC798909C5E36EC325658764631
  • IL size22
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable>::TryGetValue(!0, !1&)
Called by