C# Class OpenMinecraft.TileEntities.Chest

Inheritance: TileEntity
Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Свойство Type Description
Inventory InventoryCollection

Méthodes publiques

Méthode Description
Chest ( ) : System
Chest ( LibNbt c ) : System
Chest ( int CX, int CY, int CS, LibNbt c ) : System
GetID ( ) : string
ToNBT ( ) : NbtCompound
ToString ( ) : string

Method Details

Chest() public méthode

public Chest ( ) : System
Résultat System

Chest() public méthode

public Chest ( LibNbt c ) : System
c LibNbt
Résultat System

Chest() public méthode

public Chest ( int CX, int CY, int CS, LibNbt c ) : System
CX int
CY int
CS int
c LibNbt
Résultat System

GetID() public méthode

public GetID ( ) : string
Résultat string

ToNBT() public méthode

public ToNBT ( ) : NbtCompound
Résultat NbtCompound

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Inventory public_oe property

public InventoryCollection Inventory
Résultat InventoryCollection