====== Classes ======
MCServer provides several classes in the API to interface with the server internals. Most of these classes are direct counterparts for C++ classes that MCServer uses, and they share the same (though limited) interface. If in doubt, you can refer to the actual C++ implementation of each class, or to the bindings in the Bindings.cpp source file.

===== Class list =====
  * [[API:cBlockArea|cBlockArea]]
  * [[API:cBlockEntity|cBlockEntity]]
  * [[API:cChatColor|cChatColor]]
  * [[API:cChestEntity|cChestEntity]]
  * [[API:cChunkDesc|cChunkDesc]]
  * [[API:cClientHandle|cClientHandle]]
  * [[API:cCraftingGrid|cCraftingGrid]]
  * [[API:cCraftingRecipe|cCraftingRecipe]]
  * [[API:cCuboid|cCuboid]]
  * [[API:cDispenserEntity|cDispenserEntity]]
  * [[API:cDropSpenserEntity|cDropSpenserEntity]]
  * [[API:cDropperEntity|cDropperEntity]]
  * [[API:cEnchantments|cEnchantments]]
  * [[API:cEntity|cEntity]]
  * [[API:cGroup|cGroup]]
  * [[API:cIniFile|cIniFile]]
  * [[API:cInventory|cInventory]]
  * [[API:cItem|cItem]]
  * [[API:cItemGrid|cItemGrid]]
  * [[API:cItems|cItems]]
  * [[API:cLuaWindow|cLuaWindow]]
  * [[API:cPawn|cPawn]]
  * [[API:cPickup|cPickup]]
  * [[API:cPlayer|cPlayer]]
  * [[API:cPlugin|cPlugin]]
  * [[API:cPluginManager|cPluginManager]]
  * [[API:cPlugin_NewLua|cPlugin_NewLua]]
  * [[API:cRoot|cRoot]]
  * [[API:cServer|cServer]]
  * [[API:cStringMap|cStringMap]]
  * [[API:cTracer|cTracer]]
  * [[API:cWebPlugin|cWebPlugin]]
  * [[API:cWindow|cWindow]]
  * [[API:cWorld|cWorld]]
  * [[API:HTTPFormData|HTTPFormData]]
  * [[API:HTTPRequest|HTTPRequest]]
  * [[API:ItemCategory|ItemCategory]]
  * [[API:TakeDamageInfo|TakeDamageInfo]]
  * [[API:Vector3d|Vector3d]]
  * [[API:Vector3f|Vector3f]]
  * [[API:Vector3i|Vector3i]]