C# Class EmptyBlock, Immersion

Empty implementation of IBlock interface. References a block outside the boundary of the IBlockStorage. Returns AIR as its material, setting the material does nothing.
Inheritance: IBlock
Show file Open project: copygirl/Immersion Class Usage Examples

Public Methods

Method Description
EmptyBlock ( IBlockStorage storage, BlockPos, pos )
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

EmptyBlock() public method

public EmptyBlock ( IBlockStorage storage, BlockPos, pos )
storage IBlockStorage
pos BlockPos,

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string