Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
Enchantments.h File Reference
#include "Defines.h"
#include "FastRandom.h"
#include "WorldStorage/EnchantmentSerializer.h"
Include dependency graph for Enchantments.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cEnchantments
 Class that stores item enchantments or stored-enchantments The enchantments may be serialized to a stringspec and read back from such stringspec. More...
 
struct  cWeightedEnchantment
 

Typedefs

typedef std::vector< cWeightedEnchantmentcWeightedEnchantments
 

Typedef Documentation

◆ cWeightedEnchantments

Definition at line 25 of file Enchantments.h.