C# Class C_Minebot.Classes.Entity

Afficher le fichier Open project: umby24/Minebot Class Usage Examples

Méthodes publiques

Свойство Type Description
X int
animation byte
held System.Item
name string

Méthodes publiques

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

Method Details

Entity() public méthode

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
Résultat System

Property Details

X public_oe property

public int X
Résultat int

animation public_oe property

public byte animation
Résultat byte

held public_oe property

public Item,System held
Résultat System.Item

name public_oe property

public string name
Résultat string