C# 클래스 Infiniminer.BlockInformation

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

공개 메소드들

메소드 설명
GetCost ( BlockType blockType ) : uint
GetHP ( BlockType blockType ) : int
GetMaxHP ( BlockType blockType ) : int
GetTexture ( BlockType blockType, BlockFaceDirection faceDir ) : BlockTexture
GetTexture ( BlockType blockType, BlockFaceDirection faceDir, BlockType blockAbove ) : BlockTexture

비공개 메소드들

메소드 설명
BlockInformation ( ) : System

메소드 상세

GetCost() 공개 정적인 메소드

public static GetCost ( BlockType blockType ) : uint
blockType BlockType
리턴 uint

GetHP() 공개 정적인 메소드

public static GetHP ( BlockType blockType ) : int
blockType BlockType
리턴 int

GetMaxHP() 공개 정적인 메소드

public static GetMaxHP ( BlockType blockType ) : int
blockType BlockType
리턴 int

GetTexture() 공개 정적인 메소드

public static GetTexture ( BlockType blockType, BlockFaceDirection faceDir ) : BlockTexture
blockType BlockType
faceDir BlockFaceDirection
리턴 BlockTexture

GetTexture() 공개 정적인 메소드

public static GetTexture ( BlockType blockType, BlockFaceDirection faceDir, BlockType blockAbove ) : BlockTexture
blockType BlockType
faceDir BlockFaceDirection
blockAbove BlockType
리턴 BlockTexture