C# Class MineFrog.BlockPos

Show file Open project: Merlin33069/MineFrog Class Usage Examples

Public Properties

Property Type Description
BlockMCType MCBlocks
BlockType byte
InBounds bool
Index int
Level Level
X ushort
Y ushort
Z ushort

Public Methods

Method Description
Around ( BlockCheck check ) : void
BlockPos ( int x, int y, int z, Level l ) : System
BlockPos ( int x, int y, int z, int pos, Level l ) : System
BlockPos ( ushort x, ushort y, ushort z, Level l ) : System
BlockPos ( ushort x, ushort y, ushort z, int pos, Level l ) : System
Diff ( int x, int y, int z ) : BlockPos

Method Details

Around() public method

public Around ( BlockCheck check ) : void
check BlockCheck
return void

BlockPos() public method

public BlockPos ( int x, int y, int z, Level l ) : System
x int
y int
z int
l Level
return System

BlockPos() public method

public BlockPos ( int x, int y, int z, int pos, Level l ) : System
x int
y int
z int
pos int
l Level
return System

BlockPos() public method

public BlockPos ( ushort x, ushort y, ushort z, Level l ) : System
x ushort
y ushort
z ushort
l Level
return System

BlockPos() public method

public BlockPos ( ushort x, ushort y, ushort z, int pos, Level l ) : System
x ushort
y ushort
z ushort
pos int
l Level
return System

Diff() public method

public Diff ( int x, int y, int z ) : BlockPos
x int
y int
z int
return BlockPos

Property Details

BlockMCType public property

public MCBlocks BlockMCType
return MCBlocks

BlockType public property

public byte BlockType
return byte

InBounds public property

public bool InBounds
return bool

Index public property

public int Index
return int

Level public property

public Level,MineFrog Level
return Level

X public property

public ushort X
return ushort

Y public property

public ushort Y
return ushort

Z public property

public ushort Z
return ushort