C# Class MinecraftLibrary.Packet.Packet_MapChunk

Inheritance: Packet
Afficher le fichier Open project: ags131/SharpMinecraftLibrary

Méthodes publiques

Свойство Type Description
data byte[]
size int
size_x SByte
size_y SByte
size_z SByte
x int
y short
z int

Méthodes publiques

Méthode Description
read ( Queue data ) : bool
write ( ) : byte[]

Method Details

read() public méthode

public read ( Queue data ) : bool
data Queue
Résultat bool

write() public méthode

public write ( ) : byte[]
Résultat byte[]

Property Details

data public_oe property

public byte[] data
Résultat byte[]

size public_oe property

public int size
Résultat int

size_x public_oe property

public SByte size_x
Résultat SByte

size_y public_oe property

public SByte size_y
Résultat SByte

size_z public_oe property

public SByte size_z
Résultat SByte

x public_oe property

public int x
Résultat int

y public_oe property

public short y
Résultat short

z public_oe property

public int z
Résultat int