C# 클래스 Terrain, Immersion

파일 보기 프로젝트 열기: copygirl/Immersion 1 사용 예제들

공개 메소드들

메소드 설명
CreateChunk ( ChunkPos, pos ) : TerrainChunk,
GetMaterial ( int materialId ) : BlockMaterial,
GetMaterialId ( BlockMaterial, material ) : int
RegisterMaterial ( BlockMaterial, material ) : int
Terrain ( ) : System
this ( BlockPos pos ) : IBlock
this ( ChunkPos pos ) : IChunk

메소드 상세

CreateChunk() 공개 메소드

public CreateChunk ( ChunkPos, pos ) : TerrainChunk,
pos ChunkPos,
리턴 TerrainChunk,

GetMaterial() 공개 메소드

public GetMaterial ( int materialId ) : BlockMaterial,
materialId int
리턴 BlockMaterial,

GetMaterialId() 공개 메소드

public GetMaterialId ( BlockMaterial, material ) : int
material BlockMaterial,
리턴 int

RegisterMaterial() 공개 메소드

public RegisterMaterial ( BlockMaterial, material ) : int
material BlockMaterial,
리턴 int

Terrain() 공개 메소드

public Terrain ( ) : System
리턴 System

this() 공개 메소드

public this ( BlockPos pos ) : IBlock
pos BlockPos
리턴 IBlock

this() 공개 메소드

public this ( ChunkPos pos ) : IChunk
pos ChunkPos
리턴 IChunk