Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Sharpcraft
Networking
Packets
SpawnPositionPacket
C# Class Sharpcraft.Networking.Packets.SpawnPositionPacket
Inheritance:
Packet
Datei anzeigen
Open project: SijmenSchoon/Sharpcraft
Class Usage Examples
Public Properties
Property
Type
Description
X
System.Int32
X
int
Y
System.Int32
Y
int
Z
System.Int32
Z
int
Public Methods
Method
Description
SpawnPositionPacket
(
Int32
x
,
Int32
y
,
Int32
z
) :
System
Method Details
SpawnPositionPacket()
public
method
public
SpawnPositionPacket
(
Int32
x
,
Int32
y
,
Int32
z
) :
System
x
System.Int32
y
System.Int32
z
System.Int32
return
System
Property Details
X
public_oe property
public
Int32,System
X
return
System.Int32
X
public_oe property
public
int
X
return
int
Y
public_oe property
public
Int32,System
Y
return
System.Int32
Y
public_oe property
public
int
Y
return
int
Z
public_oe property
public
Int32,System
Z
return
System.Int32
Z
public_oe property
public
int
Z
return
int