Class LocalBuilder
Erzeugt ein lokales Koordinatensystem.
Vererbung
System.Object
LocalBuilder
Assembly: OctoAwesome.dll
Syntax
public class LocalBuilder : object
Konstructoren
LocalBuilder(Int32, Int32, Int32, IChunkColumn, IChunkColumn, IChunkColumn, IChunkColumn)
Erzeugt eine neue Instanz der Klasse LocalBuilder
Deklaration
public LocalBuilder(int originX, int originY, int originZ, IChunkColumn column00, IChunkColumn column10, IChunkColumn column01, IChunkColumn column11)
Parameter
Methoden
FillSphere(Int32, Int32, Int32, Int32, UInt16, Int32)
Deklaration
public void FillSphere(int x, int y, int z, int radius, ushort block, int meta = 0)
Parameter
Typ |
Name |
Beschreibung |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
z |
|
System.Int32 |
radius |
|
System.UInt16 |
block |
|
System.Int32 |
meta |
|
GetBlock(Int32, Int32, Int32)
Deklaration
public ushort GetBlock(int x, int y, int z)
Parameter
Typ |
Name |
Beschreibung |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
z |
|
R�ckgabewert
Typ |
Beschreibung |
System.UInt16 |
|
GetColumn(IChunkColumn, IChunkColumn, IChunkColumn, IChunkColumn, Int32, Int32)
Deklaration
public static IChunkColumn GetColumn(IChunkColumn column00, IChunkColumn column10, IChunkColumn column01, IChunkColumn column11, int x, int y)
Parameter
R�ckgabewert
GetSurfaceHeight(IChunkColumn, IChunkColumn, IChunkColumn, IChunkColumn, Int32, Int32)
Deklaration
public static int GetSurfaceHeight(IChunkColumn column00, IChunkColumn column10, IChunkColumn column01, IChunkColumn column11, int x, int y)
Parameter
R�ckgabewert
Typ |
Beschreibung |
System.Int32 |
|
SetBlock(Int32, Int32, Int32, UInt16, Int32)
Deklaration
public void SetBlock(int x, int y, int z, ushort block, int meta = 0)
Parameter
Typ |
Name |
Beschreibung |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
z |
|
System.UInt16 |
block |
|
System.Int32 |
meta |
|