Romestead Assembly Reference

CandideServer.ServerRunState

Type JSON

public class in CandideServer

Methods0
Properties0
Fields47
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer
  • Base typeSystem.Object
  • Hash9141B37117B6DC33211375C28FE844FAFD1DD033F9065F517ED0DAD2CD7F4C9C

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ActiveBossFightspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Boss.BossFightModel> ActiveBossFights
ActiveDungeonspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Dungeons.ActiveDungeonModel> ActiveDungeons
Analyticspublicpublic Shared.Analytics.AnalyticsHandler Analytics
AvailableDailyOfferingspublicpublic System.Collections.Generic.HashSet<System.String> AvailableDailyOfferings
AvailableRepeatableOfferingspublicpublic System.Collections.Generic.HashSet<System.String> AvailableRepeatableOfferings
AvailableSpecialOfferingspublicpublic System.Collections.Generic.HashSet<System.String> AvailableSpecialOfferings
BuildingExtraJobRecipespublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<System.String>> BuildingExtraJobRecipes
ChatLogpublicpublic CandideServer.Models.ChatLog ChatLog
CitizenSimulationControllerspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Citizens.Base.AbstractCitizenController> CitizenSimulationControllers
CitizensPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> CitizensPlayerListeners
ConstructionSitesProgresspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.ConstructionSiteProgress> ConstructionSitesProgress
ConstructionSitesProgressListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> ConstructionSitesProgressListeners
DelayedActionspublicpublic System.Collections.Generic.HashSet<CandideServer.ServerSystems.TimedAction> DelayedActions
DynamicSpawnEntitiespublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Entities.ServerEntityModel> DynamicSpawnEntities
EntityToPlayerMappublicpublic System.Collections.Generic.Dictionary<Shared.Entity.EntityWrapper, CandideServer.ServerServices.ServerJoinedPlayerModel> EntityToPlayerMap
ExteriorWorldspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.ServerExteriorWorldModel> ExteriorWorlds
ExteriorWorldsTreepublicpublic CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.Worlds.ServerExteriorWorldModel> ExteriorWorldsTree
GlobalCitizenAuraspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.String> GlobalCitizenAuras
GlobalPlayerAuraspublicpublic System.Collections.Generic.HashSet<System.String> GlobalPlayerAuras
GrowingCropspublicpublic System.Collections.Generic.HashSet<Microsoft.Xna.Framework.Point> GrowingCrops
InternalResourceStoragesPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> InternalResourceStoragesPlayerListeners
InventoriesPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> InventoriesPlayerListeners
InventoryIdToPlayerCharacterIdMappublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Guid> InventoryIdToPlayerCharacterIdMap
JobsPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> JobsPlayerListeners
LoggedInPlayerCharacterspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Player.ServerPlayerCharacter> LoggedInPlayerCharacters
NewWorldItemspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Items.ServerWorldItemModel> NewWorldItems
OutsideWorldpublicpublic CandideServer.Models.Worlds.WorldModel OutsideWorld
PlayerActionStatespublicpublic System.Collections.Generic.Dictionary<System.Int32, CandideServer.ServerServices.PlayerCharacterActionState> PlayerActionStates
PlayersOnlineAveragepublicpublic System.Double PlayersOnlineAverage
PlayersOnlineAverageSampleCountpublicpublic System.Int32 PlayersOnlineAverageSampleCount
PlayersOnlineMaxpublicpublic System.Int32 PlayersOnlineMax
PlayersOnlineSampleTimerpublicpublic System.Single PlayersOnlineSampleTimer
ServerChunkedWorldpublicpublic CandideServer.Models.ServerChunkedWorld ServerChunkedWorld
TileHeightspublicpublic System.SByte[,] TileHeights
TownPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> TownPlayerListeners
TradeRoutesPlayerListenerspublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> TradeRoutesPlayerListeners
UnlockedBlessingspublicpublic System.Collections.Generic.HashSet<System.String> UnlockedBlessings
UnlockedConstructionRecipespublicpublic System.Collections.Generic.HashSet<System.String> UnlockedConstructionRecipes
UnlockedJobRecipespublicpublic System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.HashSet<System.String>> UnlockedJobRecipes
UnlockedOrdinancespublicpublic System.Collections.Generic.HashSet<System.String> UnlockedOrdinances
VehicleStatespublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.VehicleStateModel> VehicleStates
WeatherControllerspublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideServer.Data.DataModels.IServerWeatherController> WeatherControllers
WorldIdToPlayerEntitiesMappublicpublic System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<Shared.Entity.EntityWrapper>> WorldIdToPlayerEntitiesMap
WorldStateAuraspublicpublic System.Collections.Generic.HashSet<System.String> WorldStateAuras
WorldStatspublicpublic Shared.Models.WorldStats WorldStats
WorldToConstructionSitesTreepublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.ConstructionSiteModel>> WorldToConstructionSitesTree
WorldToWorldItemTreeMappublicpublic System.Collections.Generic.Dictionary<System.Guid, CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.Items.ServerWorldItemModel>> WorldToWorldItemTreeMap