[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Position class

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public Position(
	short x,
	short y,
	short z,
	byte r,
	byte l
)

Parameters

x
Int16

[Missing <param name="x"/> documentation for "M:fCraft.Position.#ctor(System.Int16,System.Int16,System.Int16,System.Byte,System.Byte)"]

y
Int16

[Missing <param name="y"/> documentation for "M:fCraft.Position.#ctor(System.Int16,System.Int16,System.Int16,System.Byte,System.Byte)"]

z
Int16

[Missing <param name="z"/> documentation for "M:fCraft.Position.#ctor(System.Int16,System.Int16,System.Int16,System.Byte,System.Byte)"]

r
Byte

[Missing <param name="r"/> documentation for "M:fCraft.Position.#ctor(System.Int16,System.Int16,System.Int16,System.Byte,System.Byte)"]

l
Byte

[Missing <param name="l"/> documentation for "M:fCraft.Position.#ctor(System.Int16,System.Int16,System.Int16,System.Byte,System.Byte)"]

See Also