C# Class Sharpcraft.Networking.Packets.PlayerDiggingPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Face sbyte
Status sbyte
X System.Int32
X int
Y sbyte
Z System.Int32
Z int

Public Methods

Method Description
PlayerDiggingPacket ( sbyte status, Int32 x, sbyte y, Int32 z, sbyte face ) : System

Method Details

PlayerDiggingPacket() public method

public PlayerDiggingPacket ( sbyte status, Int32 x, sbyte y, Int32 z, sbyte face ) : System
status sbyte
x System.Int32
y sbyte
z System.Int32
face sbyte
return System

Property Details

Face public property

public sbyte Face
return sbyte

Status public property

public sbyte Status
return sbyte

X public property

public Int32,System X
return System.Int32

X public property

public int X
return int

Y public property

public sbyte Y
return sbyte

Z public property

public Int32,System Z
return System.Int32

Z public property

public int Z
return int