C# Class C_Minebot.Classes.Entity

Show file Open project: umby24/Minebot Class Usage Examples

Public Properties

Property Type Description
X int
animation byte
held System.Item
name string

Public Methods

Method Description
Entity ( int eid, string Name, int x, int y, int z, byte Yaw, byte Pitch, short item ) : System

Method Details

Entity() public method

public Entity ( int eid, string Name, int x, int y, int z, byte Yaw, byte Pitch, short item ) : System
eid int
Name string
x int
y int
z int
Yaw byte
Pitch byte
item short
return System

Property Details

X public property

public int X
return int

animation public property

public byte animation
return byte

held public property

public Item,System held
return System.Item

name public property

public string name
return string