C# 클래스 Terraria.ModLoader.WorldHooks

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
ChooseWaterStyle ( int &style ) : void
ModifyWorldGenTasks ( List passes, float &totalWeight ) : void
PostUpdate ( ) : void
PostWorldGen ( ) : void
PreUpdate ( ) : void
PreWorldGen ( ) : void
ResetNearbyTileEffects ( ) : void
TileCountsAvailable ( int tileCounts ) : void

비공개 메소드들

메소드 설명
Add ( ModWorld modWorld ) : void
ReadNetWorldOrder ( BinaryReader r ) : void
ResizeArrays ( ) : void
SetupWorld ( ) : void
Unload ( ) : void
WriteNetWorldOrder ( BinaryWriter w ) : void

메소드 상세

ChooseWaterStyle() 공개 정적인 메소드

public static ChooseWaterStyle ( int &style ) : void
style int
리턴 void

ModifyWorldGenTasks() 공개 정적인 메소드

public static ModifyWorldGenTasks ( List passes, float &totalWeight ) : void
passes List
totalWeight float
리턴 void

PostUpdate() 공개 정적인 메소드

public static PostUpdate ( ) : void
리턴 void

PostWorldGen() 공개 정적인 메소드

public static PostWorldGen ( ) : void
리턴 void

PreUpdate() 공개 정적인 메소드

public static PreUpdate ( ) : void
리턴 void

PreWorldGen() 공개 정적인 메소드

public static PreWorldGen ( ) : void
리턴 void

ResetNearbyTileEffects() 공개 정적인 메소드

public static ResetNearbyTileEffects ( ) : void
리턴 void

TileCountsAvailable() 공개 정적인 메소드

public static TileCountsAvailable ( int tileCounts ) : void
tileCounts int
리턴 void