C# Class Sharpcraft.Networking.Packets.PlayerDiggingPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
Face sbyte
Status sbyte
X System.Int32
X int
Y sbyte
Z System.Int32
Z int

Méthodes publiques

Méthode Description
PlayerDiggingPacket ( sbyte status, Int32 x, sbyte y, Int32 z, sbyte face ) : System

Method Details

PlayerDiggingPacket() public méthode

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
Résultat System

Property Details

Face public_oe property

public sbyte Face
Résultat sbyte

Status public_oe property

public sbyte Status
Résultat sbyte

X public_oe property

public Int32,System X
Résultat System.Int32

X public_oe property

public int X
Résultat int

Y public_oe property

public sbyte Y
Résultat sbyte

Z public_oe property

public Int32,System Z
Résultat System.Int32

Z public_oe property

public int Z
Résultat int