C# Class MinecraftLibrary.Packet.Packet_EntityLook

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

Public Properties

Property Type Description
time long

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

time public_oe property

public long time
return long