C# Class MinecraftLibrary.Packet.Packet_UpdateSign

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

Méthodes publiques

Свойство Type Description
text1 string
text2 string
text3 string
text4 string
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

text1 public_oe property

public string text1
Résultat string

text2 public_oe property

public string text2
Résultat string

text3 public_oe property

public string text3
Résultat string

text4 public_oe property

public string text4
Résultat string

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