CandideServer.Database.BiomeSpawnTableDataBase
Type JSONpublic class in CandideServer.Database
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Database - Base type
System.Object - Hash
28DAEAC92ED0C409974A8628E7D1DC449CDD2EB4890DDD26FA697D0CC719C7E3
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
SpawnDataMap# | public | public System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable> SpawnDataMap |
Methods
AddSpawnTable
#
public System.Void AddSpawnTable(CandideServer.Database.BiomeEntitySpawnTable data)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
9118370E691DED81AD2703D465B427F1C8D0FB3EFCCA51E523A83DCAC2DDE4F4 - Body hash
120C68EF7BA4F971347011DCE0B64D43F96C778B06E67687DF58C386DC1E3ADA - 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()
String literals
Detected duplicate biome spawn table id ''.Biomecould not find spawn table '
GetSpawnTableOrNull
#
public CandideServer.Database.BiomeEntitySpawnTable GetSpawnTableOrNull(System.String biomeId)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Database.BiomeEntitySpawnTable - StaticTrue
- VirtualFalse
- Hash
FDC32CBCE180F7F3A49E976B211C895861C72B4A259746066AA8A79C0A1454C5 - Body hash
ECD383B912197ACB35C8CDCC604AB3CE29459FC798909C5E36EC325658764631 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Database.BiomeEntitySpawnTable>::TryGetValue(!0, !1&)