C# Class Sharpcraft.Networking.Packets.PreChunkPacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Mode bool
X System.Int32
X int
Z System.Int32
Z int

Public Methods

Method Description
PreChunkPacket ( Int32 x, Int32 z, bool mode = false ) : System

Method Details

PreChunkPacket() public method

public PreChunkPacket ( Int32 x, Int32 z, bool mode = false ) : System
x System.Int32
z System.Int32
mode bool
return System

Property Details

Mode public_oe property

public bool Mode
return bool

X public_oe property

public Int32,System X
return System.Int32

X public_oe property

public int X
return int

Z public_oe property

public Int32,System Z
return System.Int32

Z public_oe property

public int Z
return int