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
Afficher le fichier Open project: copygirl/Immersion Class Usage Examples

Méthodes publiques

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

Method Details

EmptyBlock() public méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string