C# 클래스 BlockFacingExtensions, Immersion

파일 보기 프로젝트 열기: copygirl/Immersion

공개 메소드들

메소드 설명
GetOpposite ( this facing ) : BlockFacing
IsValid ( this facing ) : bool
MoveRelative ( this facing, BlockPos, pos ) : BlockPos,
MoveRelative ( this facing, int &x, int &y, int &z ) : void
ToVector ( this facing ) : Vector3

메소드 상세

GetOpposite() 공개 정적인 메소드

public static GetOpposite ( this facing ) : BlockFacing
facing this
리턴 BlockFacing

IsValid() 공개 정적인 메소드

public static IsValid ( this facing ) : bool
facing this
리턴 bool

MoveRelative() 공개 정적인 메소드

public static MoveRelative ( this facing, BlockPos, pos ) : BlockPos,
facing this
pos BlockPos,
리턴 BlockPos,

MoveRelative() 공개 정적인 메소드

public static MoveRelative ( this facing, int &x, int &y, int &z ) : void
facing this
x int
y int
z int
리턴 void

ToVector() 공개 정적인 메소드

public static ToVector ( this facing ) : Vector3
facing this
리턴 Vector3