C# Class Sharpcraft.Networking.Packets.SpawnPositionPacket

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
SpawnPositionPacket ( Int32 x, Int32 y, Int32 z ) : System

Method Details

SpawnPositionPacket() public méthode

public SpawnPositionPacket ( Int32 x, Int32 y, Int32 z ) : System
x System.Int32
y System.Int32
z System.Int32
Résultat System

Property Details

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 Int32,System Y
Résultat System.Int32

Y public_oe property

public int Y
Résultat int

Z public_oe property

public Int32,System Z
Résultat System.Int32

Z public_oe property

public int Z
Résultat int