C# 클래스 ExampleMod.Tiles.ExampleBlock

상속: Terraria.ModLoader.ModTile
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
ChangeWaterfallStyle ( int &style ) : void
ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
NumDust ( int i, int j, bool fail, int &num ) : void
SaplingGrowthType ( int &style ) : int
SetDefaults ( ) : void

메소드 상세

ChangeWaterfallStyle() 공개 메소드

public ChangeWaterfallStyle ( int &style ) : void
style int
리턴 void

ModifyLight() 공개 메소드

public ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
i int
j int
r float
g float
b float
리턴 void

NumDust() 공개 메소드

public NumDust ( int i, int j, bool fail, int &num ) : void
i int
j int
fail bool
num int
리턴 void

SaplingGrowthType() 공개 메소드

public SaplingGrowthType ( int &style ) : int
style int
리턴 int

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void