Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes
SlotArea.h File Reference
#include "../Inventory.h"
Include dependency graph for SlotArea.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cSlotArea
 
class  cSlotAreaAnvil
 
class  cSlotAreaArmor
 Handles the armor area of the player's inventory. More...
 
class  cSlotAreaBeacon
 
class  cSlotAreaBrewingstand
 
class  cSlotAreaChest
 
class  cSlotAreaCrafting
 
class  cSlotAreaDoubleChest
 
class  cSlotAreaEnchanting
 
class  cSlotAreaEnderChest
 
class  cSlotAreaFurnace
 
class  cSlotAreaHorse
 Slot area holding horse saddle and armor. More...
 
class  cSlotAreaHotBar
 Handles the hotbar of each player. More...
 
class  cSlotAreaInventory
 Handles the main inventory of each player, excluding the armor and hotbar. More...
 
class  cSlotAreaInventoryBase
 Handles any part of the inventory, using parameters in constructor to distinguish between the parts. More...
 
class  cSlotAreaItemGrid
 Handles any slot area that is representing a cItemGrid; same items for all the players. More...
 
class  cSlotAreaMinecartWithChest
 
class  cSlotAreaShield
 Handles the shield of each player. More...
 
class  cSlotAreaTemporary
 A cSlotArea with items layout that is private to each player and is temporary, such as a crafting grid or an enchantment table. More...