C# Class OpenMinecraft.Entities.Ghast
ファイルを表示
Open project: N3X15/MineEdit
Public Methods
Method |
Description |
|
GetID ( ) : string |
|
|
Ghast ( ) : System.Drawing |
|
|
Ghast ( NbtCompound c ) : System.Drawing |
|
|
ToNBT ( ) : NbtCompound |
|
|
ToString ( ) : string |
|
|
Method Details
public GetID ( ) : string |
return |
string |
|
public Ghast ( ) : System.Drawing |
return |
System.Drawing |
|
public Ghast ( NbtCompound c ) : System.Drawing |
c |
NbtCompound |
|
return |
System.Drawing |
|
public ToNBT ( ) : NbtCompound |
return |
NbtCompound |
|
public ToString ( ) : string |
return |
string |
|