C# Class MineFrog.BlockPos

Afficher le fichier Open project: Merlin33069/MineFrog Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockMCType MCBlocks
BlockType byte
InBounds bool
Index int
Level Level
X ushort
Y ushort
Z ushort

Méthodes publiques

Méthode 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 méthode

public Around ( BlockCheck check ) : void
check BlockCheck
Résultat void

BlockPos() public méthode

public BlockPos ( int x, int y, int z, Level l ) : System
x int
y int
z int
l Level
Résultat System

BlockPos() public méthode

public BlockPos ( int x, int y, int z, int pos, Level l ) : System
x int
y int
z int
pos int
l Level
Résultat System

BlockPos() public méthode

public BlockPos ( ushort x, ushort y, ushort z, Level l ) : System
x ushort
y ushort
z ushort
l Level
Résultat System

BlockPos() public méthode

public BlockPos ( ushort x, ushort y, ushort z, int pos, Level l ) : System
x ushort
y ushort
z ushort
pos int
l Level
Résultat System

Diff() public méthode

public Diff ( int x, int y, int z ) : BlockPos
x int
y int
z int
Résultat BlockPos

Property Details

BlockMCType public_oe property

public MCBlocks BlockMCType
Résultat MCBlocks

BlockType public_oe property

public byte BlockType
Résultat byte

InBounds public_oe property

public bool InBounds
Résultat bool

Index public_oe property

public int Index
Résultat int

Level public_oe property

public Level,MineFrog Level
Résultat Level

X public_oe property

public ushort X
Résultat ushort

Y public_oe property

public ushort Y
Résultat ushort

Z public_oe property

public ushort Z
Résultat ushort