C# 클래스 MineViewer.Scheme

Defines a mapping of block types to materials.
파일 보기 프로젝트 열기: dzamkov/MineViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Names byte>.Dictionary

공개 메소드들

메소드 설명
Load ( Stream File ) : Scheme>.Dictionary

Loads a set of named schemes from a file.

MaterialBorder ( byte Lower, byte Higher, Axis Axis ) : Material

Gets the material between two blocks of the specified type, bordered on the specified axis.

Scheme ( IMaterial>.Dictionary Materials ) : System

비공개 메소드들

메소드 설명
Scheme ( ) : System

메소드 상세

Load() 공개 정적인 메소드

Loads a set of named schemes from a file.
public static Load ( Stream File ) : Scheme>.Dictionary
File Stream
리턴 Scheme>.Dictionary

MaterialBorder() 공개 메소드

Gets the material between two blocks of the specified type, bordered on the specified axis.
public MaterialBorder ( byte Lower, byte Higher, Axis Axis ) : Material
Lower byte
Higher byte
Axis Axis
리턴 Material

Scheme() 공개 메소드

public Scheme ( IMaterial>.Dictionary Materials ) : System
Materials IMaterial>.Dictionary
리턴 System

프로퍼티 상세

Names 공개적으로 정적으로 프로퍼티

Block names.
public static Dictionary Names
리턴 byte>.Dictionary