C# 클래스 ExampleMod.ExampleWorld

상속: Terraria.ModLoader.ModWorld
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
VolcanoCooldown int
VolcanoCountdown int
VolcanoTremorTime int
downedAbomination bool
downedPuritySpirit bool
exampleTiles int

공개 메소드들

메소드 설명
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
ModifyWorldGenTasks ( List tasks, float &totalWeight ) : void
NetReceive ( BinaryReader reader ) : void
NetSend ( BinaryWriter writer ) : void
PlaceWell ( int i, int j ) : bool
PostUpdate ( ) : void
PostWorldGen ( ) : void
ResetNearbyTileEffects ( ) : void
Save ( ) : TagCompound
TileCountsAvailable ( int tileCounts ) : void

비공개 메소드들

메소드 설명
MakeWells ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Load() 공개 메소드

public Load ( TagCompound tag ) : void
tag TagCompound
리턴 void

LoadLegacy() 공개 메소드

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

ModifyWorldGenTasks() 공개 메소드

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

NetReceive() 공개 메소드

public NetReceive ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

NetSend() 공개 메소드

public NetSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

PlaceWell() 공개 메소드

public PlaceWell ( int i, int j ) : bool
i int
j int
리턴 bool

PostUpdate() 공개 메소드

public PostUpdate ( ) : void
리턴 void

PostWorldGen() 공개 메소드

public PostWorldGen ( ) : void
리턴 void

ResetNearbyTileEffects() 공개 메소드

public ResetNearbyTileEffects ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : TagCompound
리턴 TagCompound

TileCountsAvailable() 공개 메소드

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

프로퍼티 상세

VolcanoCooldown 공개적으로 프로퍼티

public int VolcanoCooldown
리턴 int

VolcanoCountdown 공개적으로 프로퍼티

public int VolcanoCountdown
리턴 int

VolcanoTremorTime 공개적으로 프로퍼티

public int VolcanoTremorTime
리턴 int

downedAbomination 공개적으로 정적으로 프로퍼티

public static bool downedAbomination
리턴 bool

downedPuritySpirit 공개적으로 정적으로 프로퍼티

public static bool downedPuritySpirit
리턴 bool

exampleTiles 공개적으로 정적으로 프로퍼티

public static int exampleTiles
리턴 int