C# Class MCPE.AlphaServer.Packets.ExplodePacket

Inheritance: MCPE.AlphaServer.Packets.RakPacket
Show file Open project: atipls/MCPE.AlphaServer

Public Properties

Property Type Description
Count int
Radius float
Records byte
X float
_Counts byte
_Records byte

Public Methods

Method Description
Serialize ( ) : byte[]

Method Details

Serialize() public method

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

Property Details

Count public property

public int Count
return int

Radius public property

public float Radius
return float

Records public property

public byte Records
return byte

X public property

public float X
return float

_Counts public property

public byte _Counts
return byte

_Records public property

public byte _Records
return byte