C# Class MinecraftLibrary.Packet.Packet_UpdateSign

Inheritance: Packet
ファイルを表示 Open project: ags131/SharpMinecraftLibrary

Public Properties

Property Type Description
text1 string
text2 string
text3 string
text4 string
x int
y short
z int

Public Methods

Method Description
read ( Queue data ) : bool
write ( ) : byte[]

Method Details

read() public method

public read ( Queue data ) : bool
data Queue
return bool

write() public method

public write ( ) : byte[]
return byte[]

Property Details

text1 public_oe property

public string text1
return string

text2 public_oe property

public string text2
return string

text3 public_oe property

public string text3
return string

text4 public_oe property

public string text4
return string

x public_oe property

public int x
return int

y public_oe property

public short y
return short

z public_oe property

public int z
return int