C# Class Sharpcraft.Networking.Packets.MapChunkPacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
CompressedData byte[]
CompressedData sbyte[]
CompressedSize System.Int32
CompressedSize int
SizeX sbyte
SizeY sbyte
SizeZ sbyte
X System.Int32
X int
Y System.Int16
Y short
Z System.Int32
Z int

Public Methods

Method Description
MapChunkPacket ( Int32 x, Int16 y, Int32 z, sbyte sizeX, sbyte sizeY, sbyte sizeZ, Int32 compressedSize, byte compressedData = null ) : System
MapChunkPacket ( Int32 x, Int16 y, Int32 z, sbyte sizeX, sbyte sizeY, sbyte sizeZ, Int32 compressedSize, sbyte compressedData = null ) : System

Method Details

MapChunkPacket() public method

public MapChunkPacket ( Int32 x, Int16 y, Int32 z, sbyte sizeX, sbyte sizeY, sbyte sizeZ, Int32 compressedSize, byte compressedData = null ) : System
x System.Int32
y System.Int16
z System.Int32
sizeX sbyte
sizeY sbyte
sizeZ sbyte
compressedSize System.Int32
compressedData byte
return System

MapChunkPacket() public method

public MapChunkPacket ( Int32 x, Int16 y, Int32 z, sbyte sizeX, sbyte sizeY, sbyte sizeZ, Int32 compressedSize, sbyte compressedData = null ) : System
x System.Int32
y System.Int16
z System.Int32
sizeX sbyte
sizeY sbyte
sizeZ sbyte
compressedSize System.Int32
compressedData sbyte
return System

Property Details

CompressedData public_oe property

public byte[] CompressedData
return byte[]

CompressedData public_oe property

public sbyte[] CompressedData
return sbyte[]

CompressedSize public_oe property

public Int32,System CompressedSize
return System.Int32

CompressedSize public_oe property

public int CompressedSize
return int

SizeX public_oe property

public sbyte SizeX
return sbyte

SizeY public_oe property

public sbyte SizeY
return sbyte

SizeZ public_oe property

public sbyte SizeZ
return sbyte

X public_oe property

public Int32,System X
return System.Int32

X public_oe property

public int X
return int

Y public_oe property

public Int16,System Y
return System.Int16

Y public_oe property

public short Y
return short

Z public_oe property

public Int32,System Z
return System.Int32

Z public_oe property

public int Z
return int