Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BiomeProfile.Cluster.Item Class Reference
Inheritance diagram for BiomeProfile.Cluster.Item:
BiomeProfile.Cluster.BaseItem BiomeProfile.BaseTile

Public Attributes

int idObj
 
- Public Attributes inherited from BiomeProfile.Cluster.BaseItem
float chance = 1f
 

Properties

override bool IsSpawnOnBlock [get]
 
override bool IsSpawnOnWater [get]
 
string obj [get, set]
 
- Properties inherited from BiomeProfile.Cluster.BaseItem
virtual bool IsSpawnOnBlock [get]
 
virtual bool IsSpawnOnWater [get]
 

Additional Inherited Members

- Public Types inherited from BiomeProfile.BaseTile
enum  SubType {
  None = 0 , Rnd5 = 10 , Rnd10 = 11 , Rnd20 = 12 ,
  Pattern = 20
}
 
enum  DirType { Random8 , RandomSqrt8 , RandomSqrtSqrt8 }
 
- Protected Member Functions inherited from BiomeProfile.BaseTile
string _GetThing (string id)
 
void _SetThing (ref string id, string value)
 
IEnumerable< string > ThingRows ()
 
string _GetObj (int id)
 
void _SetObj (ref int id, string value)
 
IEnumerable< string > ObjRows ()
 
string _GetFloor (int id)
 
void _SetFloor (ref int id, string value)
 
IEnumerable< string > FloorRows ()
 
string _GetBlock (int id)
 
void _SetBlock (ref int id, string value)
 
IEnumerable< string > BlockRows ()
 
string _GetMat (int id)
 
void _SetMat (ref int id, string value)
 
IEnumerable< string > MatRows ()
 
string _GetSpawnList (string id)
 
void _SetSpawnList (ref string id, string value)
 
IEnumerable< string > _SpawnList ()
 

Detailed Description

Definition at line 488 of file BiomeProfile.cs.

Member Data Documentation

◆ idObj

int BiomeProfile.Cluster.Item.idObj

Definition at line 490 of file BiomeProfile.cs.

Property Documentation

◆ IsSpawnOnBlock

override bool BiomeProfile.Cluster.Item.IsSpawnOnBlock
get

Definition at line 492 of file BiomeProfile.cs.

◆ IsSpawnOnWater

override bool BiomeProfile.Cluster.Item.IsSpawnOnWater
get

Definition at line 494 of file BiomeProfile.cs.

◆ obj

string BiomeProfile.Cluster.Item.obj
getset

Definition at line 496 of file BiomeProfile.cs.

497 {
498 get
499 {
500 return _GetObj(idObj);
501 }
502 set
503 {
504 _SetObj(ref idObj, value);
505 }
506 }
void _SetObj(ref int id, string value)
Definition: BiomeProfile.cs:78
string _GetObj(int id)
Definition: BiomeProfile.cs:68

The documentation for this class was generated from the following file: