C# Class ExampleMod.ExampleWorld

Inheritance: Terraria.ModLoader.ModWorld
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Свойство Type Description
VolcanoCooldown int
VolcanoCountdown int
VolcanoTremorTime int
downedAbomination bool
downedPuritySpirit bool
exampleTiles int

Méthodes publiques

Méthode 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

Méthode Description
MakeWells ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( TagCompound tag ) : void
tag TagCompound
Résultat void

LoadLegacy() public méthode

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

ModifyWorldGenTasks() public méthode

public ModifyWorldGenTasks ( List tasks, float &totalWeight ) : void
tasks List
totalWeight float
Résultat void

NetReceive() public méthode

public NetReceive ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

NetSend() public méthode

public NetSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

PlaceWell() public méthode

public PlaceWell ( int i, int j ) : bool
i int
j int
Résultat bool

PostUpdate() public méthode

public PostUpdate ( ) : void
Résultat void

PostWorldGen() public méthode

public PostWorldGen ( ) : void
Résultat void

ResetNearbyTileEffects() public méthode

public ResetNearbyTileEffects ( ) : void
Résultat void

Save() public méthode

public Save ( ) : TagCompound
Résultat TagCompound

TileCountsAvailable() public méthode

public TileCountsAvailable ( int tileCounts ) : void
tileCounts int
Résultat void

Property Details

VolcanoCooldown public_oe property

public int VolcanoCooldown
Résultat int

VolcanoCountdown public_oe property

public int VolcanoCountdown
Résultat int

VolcanoTremorTime public_oe property

public int VolcanoTremorTime
Résultat int

downedAbomination public_oe static_oe property

public static bool downedAbomination
Résultat bool

downedPuritySpirit public_oe static_oe property

public static bool downedPuritySpirit
Résultat bool

exampleTiles public_oe static_oe property

public static int exampleTiles
Résultat int