C# Class Sharpcraft.Networking.Packets.UpdateTileEntityPacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft

Public Properties

Property Type Description
Action sbyte
Custom1 int
Custom2 int
Custom3 int
X int
Y short
Z int

Public Methods

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

Method Details

UpdateTileEntityPacket() public method

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
return System

Property Details

Action public_oe property

public sbyte Action
return sbyte

Custom1 public_oe property

public int Custom1
return int

Custom2 public_oe property

public int Custom2
return int

Custom3 public_oe property

public int Custom3
return int

X public_oe property

public int X
return int

Y public_oe property

public short Y
return short

Z public_oe property

public int Z
return int