C# Class ManicDigger.MyFCraftMap

Inheritance: fCraft.IFMap
Mostra file Open project: GlennMR/800Craft-Client Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ClearMap ( ) : void
LoadMapArray ( byte data, int offset ) : void
SetBlock ( int x, int y, int z, int tileType ) : void
ValidateBlockTypes ( ) : bool

Method Details

ClearMap() public method

public ClearMap ( ) : void
return void

LoadMapArray() public method

public LoadMapArray ( byte data, int offset ) : void
data byte
offset int
return void

SetBlock() public method

public SetBlock ( int x, int y, int z, int tileType ) : void
x int
y int
z int
tileType int
return void

ValidateBlockTypes() public method

public ValidateBlockTypes ( ) : bool
return bool