Romestead Assembly Reference

CandideServer.ServerManagers.CropServerManager

Type JSON

public class in CandideServer.ServerManagers

Methods11
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerManagers
  • Base typeSystem.Object
  • HashA861B01FD16AA7C39A0CD2C8C202DC5B06CD220DDA3EACD2A9D3E1FCC1EF6113

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ReUseTilePositionsListprivateprivate System.Collections.Generic.List<Microsoft.Xna.Framework.Point> ReUseTilePositionsList

Methods

ClearCrop

public System.Boolean ClearCrop(Microsoft.Xna.Framework.Point tile)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashD8ABC4C39E035C20D8DE3E0C2B6F7D118749581A82CFC37BF82100386FF3345F
  • Body hashF18F50CFEF8BE3604AAF57945D83FCCCE66D4707BDE219F20C72CAF9A6238A08
  • IL size7
Referenced calls
Called by

CropGrown

public System.Void CropGrown(CandideServer.Models.CropServerModel crop)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashEDF00E1B8A2688F7B3BCD402679A8A3CBF611E880B6BE09F57228A6DFE8DD59C
  • Body hash49080D7985A351480497B0013220BFBCD49F646F7E6DA4C44773D5F564F1A725
  • IL size341
Referenced calls
Called by

GetCropDroppedGoods

private Shared.Models.DropTables.DroppedGoods GetCropDroppedGoods(CandideServer.Models.CropServerModel crop, Shared.Models.DropTables.DropTableSystem dropTable, System.Single extraSeedChance, System.Nullable<System.Int32> owningPlayerId)

Method metadata
  • Visibilityprivate
  • Return typeShared.Models.DropTables.DroppedGoods
  • StaticTrue
  • VirtualFalse
  • HashA521C8448CD8EEE6F7B8D84E94E22FD201B1F0B5E7D5E7D6A5651B1AE8F2E6E8
  • Body hash46FCAC10102F0CF58BE2307F2187EF7240519C96EEDD9A3CC4C674C1FA5832F4
  • IL size230
Referenced calls
Called by
String literals
  • WorldStats_CropHarvestBonusChance
  • WorldStats_MushroomBonusChance
  • pomonas_gift

HarvestCrop

public System.Void HarvestCrop(Microsoft.Xna.Framework.Point tilePosition, System.Nullable<System.Int32> owningPlayerId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash68C1E78990F07FE4799B8D03B82D34845D0C477DBCC92702659726846767C4FD
  • Body hash903C99F49662D0AAB24B28F2A3A494552A645E27CF871C091D89C5EC362398A2
  • IL size353
Referenced calls
Called by
String literals
  • harvest:
  • WorldStats_WildCropsSeedBonusChance

HarvestCropAndGetDroppedGoods

public System.Nullable<Shared.Models.DropTables.DroppedGoods> HarvestCropAndGetDroppedGoods(Microsoft.Xna.Framework.Point tilePosition)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Nullable<Shared.Models.DropTables.DroppedGoods>
  • StaticTrue
  • VirtualFalse
  • Hash39A97B5DAD75B46A67CA60CBA878CE70D23FD56D1778336856DF8964E2A2D42A
  • Body hash6A7306D4C71B99F6850373AAD7C23D6099D85A6113A59D7D8C3FA21213E2D2B1
  • IL size168
Referenced calls
Called by

PlaceCropsFromInventory

public System.Void PlaceCropsFromInventory(Microsoft.Xna.Framework.Point tile, System.Guid itemInstanceId, System.Guid inventoryId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash261C2F1C670522CAD98D153A9F6FB181F6FE6FB220A836B8DFA5D88C6CF84BA7
  • Body hash084A69785AEDCA371803F515348F09ADF42EC19EFCC641C94696A9652020AFA7
  • IL size97
Referenced calls

SpawnCrop

public CandideServer.Models.CropServerModel SpawnCrop(System.String cropId, Microsoft.Xna.Framework.Point tilePosition, System.Boolean plantedByPlayer, CandideServer.SyncStrategies.SyncStrategy syncStrategy)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Models.CropServerModel
  • StaticTrue
  • VirtualFalse
  • Hash98C8F74F036D6FA7AB7E8C4C5ADCEAC66445C92AF2F93335BBE890C4A33F2333
  • Body hash853AB360CAC5FD35B0CD3CFF5E841B50D7364EB872E2151D4AE9299236416680
  • IL size132
Referenced calls
Called by
String literals
  • plant:

TryPlaceCrop

public System.Nullable<System.Int32> TryPlaceCrop(Microsoft.Xna.Framework.Point tilePosition, System.Guid itemInstanceId, CandideServer.EventBus.EventBusArgs args)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Nullable<System.Int32>
  • StaticTrue
  • VirtualFalse
  • Hash70F70617C6C26717D5B3E605D796F5BFCA87B39ECFD55F7FFA347D97EC1924BB
  • Body hashFE006F09016CB3752BB60BD75E7C5F733AA6B4C0909F576BDBDFD2B6677F98EB
  • IL size313
Referenced calls
Called by

TryPlaceCropFromItemData

public System.Boolean TryPlaceCropFromItemData(Microsoft.Xna.Framework.Point tilePosition, Shared.Models.Items.ItemData item)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash51505392F792F2BD79FC3CAABE007DA1F457C1C759450BC3249D140E6F9081EF
  • Body hashE6647D491C85F311956D194A54DC3C7B607EC9F1303CD094D67DB219F0DDB3E3
  • IL size70
Referenced calls

WaterTilesAndCrops

public System.Void WaterTilesAndCrops(Microsoft.Xna.Framework.Vector2 centerPosition, System.Single splashRadius)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash0390E667DBEAFE6C14D397D7B6291A9DFC1D21B85A9DF662B1868B3B818E1DD9
  • Body hash08C640417934BB470D338460417DB6B58EBDF834B8B28114FE7165F4CF91BD21
  • IL size95
Referenced calls
Called by

WetCircle

private System.Void WetCircle(System.Single cx, System.Single cy, System.Single radius, System.Int32 arrayWidth, System.Int32 arrayHeight)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2FC0DDE75D4F14A3A34108BF939C3CEF1AC43ECF8E3D38352FBA86FD7C58B5AB
  • Body hash325A2EE563CECFAC2067AE7EE2EE6EFA2F5F6F6B16229488F3E7610646C6D220
  • IL size298
Referenced calls
Called by