C# Class Sharpcraft.Networking.Packets.UseBedPacket

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
UseBedPacket ( Int32 entityId, sbyte inBed, Int32 x, sbyte y, Int32 z ) : System

Method Details

UseBedPacket() public méthode

public UseBedPacket ( Int32 entityId, sbyte inBed, Int32 x, sbyte y, Int32 z ) : System
entityId System.Int32
inBed sbyte
x System.Int32
y sbyte
z System.Int32
Résultat System

Property Details

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
Résultat int

InBed public_oe property

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