C# Class ExampleMod.ExampleWorld

Inheritance: Terraria.ModLoader.ModWorld
Show file Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
VolcanoCooldown int
VolcanoCountdown int
VolcanoTremorTime int
downedAbomination bool
downedPuritySpirit bool
exampleTiles int

Public Methods

Method Description
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

Private Methods

Method Description
MakeWells ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( TagCompound tag ) : void
tag TagCompound
return void

LoadLegacy() public method

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

ModifyWorldGenTasks() public method

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

NetReceive() public method

public NetReceive ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

NetSend() public method

public NetSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

PlaceWell() public method

public PlaceWell ( int i, int j ) : bool
i int
j int
return bool

PostUpdate() public method

public PostUpdate ( ) : void
return void

PostWorldGen() public method

public PostWorldGen ( ) : void
return void

ResetNearbyTileEffects() public method

public ResetNearbyTileEffects ( ) : void
return void

Save() public method

public Save ( ) : TagCompound
return TagCompound

TileCountsAvailable() public method

public TileCountsAvailable ( int tileCounts ) : void
tileCounts int
return void

Property Details

VolcanoCooldown public property

public int VolcanoCooldown
return int

VolcanoCountdown public property

public int VolcanoCountdown
return int

VolcanoTremorTime public property

public int VolcanoTremorTime
return int

downedAbomination public static property

public static bool downedAbomination
return bool

downedPuritySpirit public static property

public static bool downedPuritySpirit
return bool

exampleTiles public static property

public static int exampleTiles
return int