Candide.GameModels.Services.CropService
Type JSONpublic class in Candide.GameModels.Services
Type metadata
- Assembly
Romestead - Namespace
Candide.GameModels.Services - Base type
System.Object - Hash
A0DBAC2D136325CC0CD281635E1CEEBFC043094F5459C66A9326A9A795D0E107
Relationships
Base type
System.Object
Methods
OnReceive_DryFarmland
#
public System.Void OnReceive_DryFarmland(CandideServer.MessageModels.Crops.DryFarmlandMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
812E4098E67578985D6FA0D5F883CBAC9E1A1E3C768CC9E1B71C506A9121FE51 - Body hash
078411E4EA2E03F2430F3550D302ECB15D1110DDB3B068691D53601CFD614B71 - IL size23
OnReceive_PlaceCrop
#
public System.Void OnReceive_PlaceCrop(CandideServer.MessageModels.Crops.SpawnCropMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
C7241D88B02DFB1B488A928C565C65D2826038E94A100DAF64BC7E4B551A4A3C - Body hash
FBE17170F53AD9A176AC68407C3A42EE59CBDBD06A952CF3C51EA0961DC01EF6 - IL size26
OnReceive_RemoveCrop
#
public System.Void OnReceive_RemoveCrop(CandideServer.MessageModels.Crops.RemoveCropMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
F65D58845B7D8F7917ACD6346C46509FDE95AACFE252CC5B9BF24D8B319DCF14 - Body hash
806BA87AE27C939256AF387347703401F890B61ADEAAC7B7DC020909E7CA272A - IL size74
Referenced calls
Candide.GameModels.Managers.CropManager::OnPlayerHarvestedCrop(Microsoft.Xna.Framework.Point)CandideCreator.Shared.Helpers.VectorExtension::ToVector3Xy(Microsoft.Xna.Framework.Point)Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Candide.GameModels.Systems.ConstructionSitesSystem::ConstructionBuiltVfx(Microsoft.Xna.Framework.Vector3, System.Single)Candide.GameModels.Controllers.CropController::RemoveCrop(Microsoft.Xna.Framework.Point)
OnReceive_UpdateCrop
#
public System.Void OnReceive_UpdateCrop(CandideServer.MessageModels.Crops.CropUpdateMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
15F5EFF19810E7C0A87C1A3887D2C33BB8E86C946234CA7B8C4658E265F81F09 - Body hash
7829A9A0906C987DA4C3CD07C203EFC11579332B8807788563F074FDFDD86759 - IL size37
OnReceive_WaterCrop
#
public System.Void OnReceive_WaterCrop(CandideServer.MessageModels.Crops.WaterCropsMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
E48B634FE239A474CA8C8EFEC5D4A48257EEFE1BA01296EC168FB88AB5CD66B9 - Body hash
02618AF7D200760CFCEDC08D264E35982D25C3189B10BF05F521AA103E7B6104 - IL size23
SendGetPlaceCrop
#
public System.Void SendGetPlaceCrop(System.Guid itemInstanceId, Microsoft.Xna.Framework.Point tilePosition, System.Action onError)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
49B5E7958E30FFF2559E5F1B7172B843C0AC4A456EB0D235C7F1785B541A379C - Body hash
A39B3CBA1046FE5C98649B6704F44B85E0B7D71252923C2AF290CDDF719F277C - IL size93
Referenced calls
CropService.<>c__DisplayClass7_0::.ctor()CandideServer.MessageModels.Crops.GetPlaceCropRequest::.ctor()CropService.<>c::<SendGetPlaceCrop>b__7_0(CandideServer.MessageModels.Crops.GetPlaceCropResponse)System.Action<CandideServer.MessageModels.Crops.GetPlaceCropResponse>::.ctor(System.Object, System.IntPtr)CropService.<>c__DisplayClass7_0::<SendGetPlaceCrop>b__1(System.Byte)System.Action<System.Byte>::.ctor(System.Object, System.IntPtr)Candide.Multiplayer.Network.NetworkManager::Get(System.String, System.Object, System.Action<T>, System.Single, System.Action<System.Byte>, System.Boolean)
String literals
get-place-crop
SendPlaceCrop
#
public System.Void SendPlaceCrop(Microsoft.Xna.Framework.Point tilePosition, System.String cropId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
274CED9E4857F8401F72060BEF2759A1B08A63FCE9130A0EADBB6984A180F82D - Body hash
7128759C678D1E9C7FC8D9F57C43EDB0BD4F80EEDDE0D2C78DAF8F5EAA3814C1 - IL size31
Referenced calls
CandideServer.MessageModels.Crops.SpawnCropMessage::.ctor()Candide.Multiplayer.Network.NetworkManager::SendMessage(System.String, System.Object, System.Byte)
String literals
spawn-crop
SendPlayerHarvestCrop
#
public System.Void SendPlayerHarvestCrop(Microsoft.Xna.Framework.Point tilePosition)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
F340418CDA9A832ED414782B5D959FC10AFA022FCE88A5743313BC121C307F2F - Body hash
72FE90CF1331ACED2ABDA1BEF652DD67A94899C8E026A7E5C37098520103861F - IL size24
Referenced calls
CandideServer.MessageModels.Crops.HarvestCropMessage::.ctor()Candide.Multiplayer.Network.NetworkManager::SendMessage(System.String, System.Object, System.Byte)
String literals
harvest-crop
Send_TryRemoveCrop
#
public System.Void Send_TryRemoveCrop(Microsoft.Xna.Framework.Point point)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
27294F0C15393C8A053FB00B3106F54BE2E46A09D229FA7B6B08D0F9F4A890A3 - Body hash
AF6CAE07D4C09FFDC999761FE37F6509136E6EC3A07FFD12481EAC4DEEF80ED2 - IL size34
Referenced calls
String literals
clear-crop