C# Class Sharpcraft.Networking.Packets.UpdateTileEntityPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft

Méthodes publiques

Свойство Type Description
Action sbyte
Custom1 int
Custom2 int
Custom3 int
X int
Y short
Z int

Méthodes publiques

Méthode Description
UpdateTileEntityPacket ( Int32 x, Int16 y, Int32 z, sbyte action, Int32 custom1, Int32 custom2, Int32 custom3 ) : System

Method Details

UpdateTileEntityPacket() public méthode

public UpdateTileEntityPacket ( Int32 x, Int16 y, Int32 z, sbyte action, Int32 custom1, Int32 custom2, Int32 custom3 ) : System
x System.Int32
y System.Int16
z System.Int32
action sbyte
custom1 System.Int32
custom2 System.Int32
custom3 System.Int32
Résultat System

Property Details

Action public_oe property

public sbyte Action
Résultat sbyte

Custom1 public_oe property

public int Custom1
Résultat int

Custom2 public_oe property

public int Custom2
Résultat int

Custom3 public_oe property

public int Custom3
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public short Y
Résultat short

Z public_oe property

public int Z
Résultat int