C# Class OpenMinecraft.Entities.Sheep
Show file
Open project: N3X15/MineEdit
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
Sheared |
bool |
|
|
Public Methods
Method Details
public GetID ( ) : string |
return |
string |
|
public Sheep ( ) : System |
return |
System |
|
public Sheep ( NbtCompound c ) : System |
c |
NbtCompound |
|
return |
System |
|
public ToNBT ( ) : NbtCompound |
return |
NbtCompound |
|
public ToString ( ) : string |
return |
string |
|
Property Details
public bool Sheared |
return |
bool |
|