Romestead Assembly Reference

CandideServer.ServerControllers.CropServerController

Type JSON

public class in CandideServer.ServerControllers

Methods8
Properties0
Fields0
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerControllers
  • Base typeSystem.Object
  • Hash186B7B098EF043652A803CCAE3A8B2D79C5C30920CAB9D258F73B9B8CA90C159

Relationships

Base type

System.Object

Methods

AfterWorldGameStateLoaded

public System.Void AfterWorldGameStateLoaded()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash83143419EEB06840E535D68B970EE9378A3004F216A45DBD001CCDEDDA8DA6D9
  • Body hash2FDA0E2984B796FF0776EB9B9B4EF62131D07ED407D0FACD9CE81B31BB68A4A0
  • IL size141
Referenced calls
String literals
  • Could not find crop data
  • when loading world.

CanSpawnCrop

public System.Boolean CanSpawnCrop(Microsoft.Xna.Framework.Point tilePosition, System.String cropId, System.Boolean spawnAnywhere, out CandideServer.Data.DataModels.CropData& cropData)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash93EA9762C91C2E35519C4558F331559B3CE1DD439B9FCC8EA14EBC8811E787AF
  • Body hashE9D9BC0F2EDC294768163C3C0BE995D471222DAF51D0596CC1329312F8D16794
  • IL size37
Referenced calls
Called by

HarvestRegrowableCrop

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash70793EAD37FE95DEBF28D43E9B2B7CC80898906539391E9D55628228BA0A15D5
  • Body hash7CDEE429788D1CA763B9AE157CF7B498A5959BE16138C2E5F7D8B0F309678934
  • IL size48
Referenced calls
  • System.Collections.Generic.HashSet<Microsoft.Xna.Framework.Point>::Add(!0)
Called by

RemoveCrop

public System.Boolean RemoveCrop(Microsoft.Xna.Framework.Point tilePosition)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashE694956E7599804CFE41BADAB3C2007645F383B53108E85C79A3C76DC2FB3C1C
  • Body hash0B731B0E672CCA6FED17D5BCE567A616FE1E13E755E7E0171E5C0CBAAB5697F2
  • IL size97
Referenced calls
Called by

SharedCanSpawnCrop

public CropServerController.CanPlantCropResult SharedCanSpawnCrop(CandideServer.Data.DataModels.CropData cropData, Microsoft.Xna.Framework.Point tilePosition, System.Boolean spawnAnywhere, Shared.Models.WorldTile[,] worldTiles, System.String[,] biomeIds)

Method metadata
  • Visibilitypublic
  • Return typeCropServerController.CanPlantCropResult
  • StaticTrue
  • VirtualFalse
  • HashC030237C4C8BE6AFA8E7638FFD7E3CF49E08AE89B90DD4E777DCC2A23C52291D
  • Body hash91D6486022ADD7B1A9E89E847B61914E891E70FA9F1BCA00E245B1C5133988D8
  • IL size253
Referenced calls
Called by
String literals
  • flat

SpawnCrop

public CandideServer.Models.CropServerModel SpawnCrop(Microsoft.Xna.Framework.Point tilePosition, System.String cropId, System.Boolean grown, System.Boolean wild, Microsoft.Xna.Framework.Vector2 pixelOffset)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Models.CropServerModel
  • StaticTrue
  • VirtualFalse
  • HashE780DA741BD3F7627668455F77D11B7B208461ADBEC96F96535420DC279B0323
  • Body hash905F5AC771AE5EACB7276BE7A8004ED733E9F730AF7BFC12D1F18C00C7EFBBA7
  • IL size153
Referenced calls
Called by