C# Class Sharpcraft.Networking.Packets.NamedEntitySpawnPacket

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

Méthodes publiques

Свойство Type Description
CurrentItem System.Int16
CurrentItem short
EntityID System.Int32
EntityID int
Pitch sbyte
PlayerName string
Rotation sbyte
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Méthodes publiques

Méthode Description
NamedEntitySpawnPacket ( Int32 entityId, string playerName = null, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, Int16 currentItem ) : System

Method Details

NamedEntitySpawnPacket() public méthode

public NamedEntitySpawnPacket ( Int32 entityId, string playerName = null, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, Int16 currentItem ) : System
entityId System.Int32
playerName string
x System.Int32
y System.Int32
z System.Int32
rotation sbyte
pitch sbyte
currentItem System.Int16
Résultat System

Property Details

CurrentItem public_oe property

public Int16,System CurrentItem
Résultat System.Int16

CurrentItem public_oe property

public short CurrentItem
Résultat short

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
Résultat int

Pitch public_oe property

public sbyte Pitch
Résultat sbyte

PlayerName public_oe property

public string PlayerName
Résultat string

Rotation public_oe property

public sbyte Rotation
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 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