Back to Server.Engines.Plants

PlantTypeInfo

(static) bool CanReproduce( PlantType plantType )
(static) PlantType Cross( PlantType first, PlantType second )
(static) PlantTypeInfo GetInfo( PlantType plantType )
(static) bool IsCrossable( PlantType plantType )
(static) PlantType RandomBonsai( double increaseRatio )
(static) PlantType RandomFirstGeneration()
(static) PlantType RandomPeculiarGroupFour()
(static) PlantType RandomPeculiarGroupOne()
(static) PlantType RandomPeculiarGroupThree()
(static) PlantType RandomPeculiarGroupTwo()
(ctor) PlantTypeInfo( int itemID, int offsetX, int offsetY, PlantType plantType, bool containsPlant, bool flowery, bool crossable, bool reproduces, PlantCategory plantCategory )
(ctor) PlantTypeInfo( int itemID, int offsetX, int offsetY, PlantType plantType, bool containsPlant, bool flowery, bool crossable, bool reproduces, PlantCategory plantCategory, int plantLabelSeed, int plantLabelPlant, int plantLabelFullGrown, int plantLabelDecorative, int seedLabel, int seedLabelPlural )
bool ContainsPlant( get; )
bool Crossable( get; )
bool Flowery( get; )
int ItemID( get; )
int Name( get; )
int OffsetX( get; )
int OffsetY( get; )
PlantCategory PlantCategory( get; )
PlantType PlantType( get; )
bool Reproduces( get; )
int GetPlantLabelDecorative( PlantHueInfo hueInfo )
int GetPlantLabelFullGrown( PlantHueInfo hueInfo )
int GetPlantLabelPlant( PlantHueInfo hueInfo )
int GetPlantLabelSeed( PlantHueInfo hueInfo )
int GetSeedLabel( PlantHueInfo hueInfo )
int GetSeedLabelPlural( PlantHueInfo hueInfo )