C# Class Sharpcraft.Networking.Packets.EntityPaintingPacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Direction System.Int32
Direction int
EntityID System.Int32
EntityID int
Title string
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Public Methods

Method Description
EntityPaintingPacket ( Int32 entityId, string title = null, Int32 x, Int32 y, Int32 z, Int32 direction ) : System

Method Details

EntityPaintingPacket() public method

public EntityPaintingPacket ( Int32 entityId, string title = null, Int32 x, Int32 y, Int32 z, Int32 direction ) : System
entityId System.Int32
title string
x System.Int32
y System.Int32
z System.Int32
direction System.Int32
return System

Property Details

Direction public_oe property

public Int32,System Direction
return System.Int32

Direction public_oe property

public int Direction
return int

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

Title public_oe property

public string Title
return string

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