C# Class fCraft.MapGeneration.MapGenerator

Represents a type of map generator. Provides general information about this generator, and ways to create IMapGeneratorParameters objects.
显示文件 Open project: fragmer/fCraft Class Usage Examples

Private Properties

Property Type Description
CreateDefaultParameters MapGeneratorParameters
CreateParameters MapGeneratorParameters
CreateParameters MapGeneratorParameters

Protected Methods

Method Description
MapGenerator ( ) : System

Private Methods

Method Description
CreateDefaultParameters ( ) : MapGeneratorParameters
CreateParameters ( [ serializedParameters ) : MapGeneratorParameters
CreateParameters ( [ player, [ cmd ) : MapGeneratorParameters

Method Details

MapGenerator() protected method

protected MapGenerator ( ) : System
return System