CandideServer.ServerServices.ChunkServerService
Type JSONpublic class in CandideServer.ServerServices
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.ServerServices - Base type
System.Object - Hash
15A3AFF7D474B447E33B3D79E29788B439E151CAAB2CFF4F7917B90D34B96DA9
Relationships
Base type
System.Object
Methods
Get_ChunkData
#
public System.Void Get_ChunkData(Microsoft.Xna.Framework.Point chunkPosition, CandideServer.EventBus.EventBusArgs args)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
5E9B04F0DC908CA63CA1C7F2CE779D114C3553A6FD1275F4C55C4416AB0AE0D0 - Body hash
287B95CAFC0D2F9241DC4E323A66E5F5CCFAD062798CEB02E466D7E5AB09EF82 - IL size577
Referenced calls
CandideServer.Models.ServerChunkedWorld::GetWorldChunk(Microsoft.Xna.Framework.Point)Microsoft.Xna.Framework.Point::op_Multiply(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)Microsoft.Xna.Framework.Rectangle::.ctor(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)CandideServer.Entities.ServerEntitySystemManager::LoadInChunkEntities(CandideServer.Models.ServerWorldChunk)Shared.Models.WorldTile[,]::Get(System.Int32, System.Int32)System.String[,]::Get(System.Int32, System.Int32)System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::get_Count()System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::GetEnumerator()Dictionary.Enumerator<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::get_Current()System.Collections.Generic.KeyValuePair<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::Deconstruct(!0&, !1&)CandideServer.MessageModels.Crops.CropDataMessage::.ctor()Dictionary.Enumerator<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::MoveNext()System.IDisposable::Dispose()CandideCreator.Shared.Models.RectangleF::op_Implicit(Microsoft.Xna.Framework.Rectangle)CandideServer.ServerControllers.WorldItemServerController::GetWorldItemsInTileRectangle(System.Guid, CandideCreator.Shared.Models.RectangleF)CandideServer.MessageModels.Chunks.ChunkDataMessage::.ctor()CandideServer.Server.BaseServer::SendGetResponseMessage(CandideServer.EventBus.EventBusArgs, System.Object, System.Boolean)
OnReceive_GetChunkEntities
#
public System.Void OnReceive_GetChunkEntities(CandideServer.MessageModels.Chunks.GetChunkEntitiesRequest message, CandideServer.EventBus.EventBusArgs args)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
7F7A3FD66D6FA80935E59B541A45B8C9F9C30A761867BE552B104CB562F78693 - Body hash
AC0719A220864EB707C555A70E2CB0D0108E7BFE4F1430EBE7AC8B77D7F2B1C8 - IL size146
Referenced calls
System.Collections.Generic.List<System.Guid>::.ctor()CandideServer.Models.ServerChunkedWorld::GetWorldChunk(Microsoft.Xna.Framework.Point)System.Collections.Generic.List<CandideServer.Entities.ServerEntityModel>::GetEnumerator()List.Enumerator<CandideServer.Entities.ServerEntityModel>::get_Current()System.Collections.Generic.List<System.Guid>::Add(!0)List.Enumerator<CandideServer.Entities.ServerEntityModel>::MoveNext()System.IDisposable::Dispose()CandideServer.MessageModels.Chunks.GetChunkEntitiesResponse::.ctor()System.Collections.Generic.List<System.Guid>::ToArray()CandideServer.Server.BaseServer::SendGetResponseMessage(CandideServer.EventBus.EventBusArgs, System.Object, System.Boolean)