C# Class C_Minebot.Classes.Section

Show file Open project: umby24/Minebot Class Usage Examples

Public Properties

Property Type Description
blocks byte[]
y byte

Public Methods

Method Description
Section ( byte Y ) : System
getBlock ( int x, int y, int z ) : MapBlock
setBlock ( int x, int y, int z, int id ) : void

Method Details

Section() public method

public Section ( byte Y ) : System
Y byte
return System

getBlock() public method

public getBlock ( int x, int y, int z ) : MapBlock
x int
y int
z int
return MapBlock

setBlock() public method

public setBlock ( int x, int y, int z, int id ) : void
x int
y int
z int
id int
return void

Property Details

blocks public property

public byte[] blocks
return byte[]

y public property

public byte y
return byte