package snipe.slave.data

BadgesCore

User badges. UserCore subclass.

ChainCore

Quest chain structure. Quests are described in detail in Quests article.

ClanCore

Users clan structure. Slave server version. Any changes in the instance will be sent over to cache server immediately. Note that its contents are not synchronized automatically with instances on other servers.

ClanUserCore

Clan user structure. Slave server version. Any changes in the instance will be sent over to cache server immediately. Note that its contents are not synchronized automatically with instances on other servers.

EffectCore

User effect static data.

EffectsCore

User effects. UserCore subclass.

InventoryCore

User inventory. UserCore subclass. Items and inventory are described in detail in Items and Bundles and Users articles.

ItemAttributesCore

Item attributes. ItemProtoCore subclass. Items are described in detail in Items and Bundles article.

ItemProtoCore

Item prototype. Items are described in detail in Items and Bundles article.

ListCore

Generic list of items that is stored in a given block.

MapCore

Generic string->value map that is stored in a given block.

QuestCore

Quest structure. Quests are described in detail in Quests article.

UserAttributesCore

User attributes. UserCore subclass.

UserChainsCore

User quest chains. UserCore subclass. Quests are described in detail in Quests article.

UserCore

Core user class. Users are described in detail in Users article.

UserQuestCore

User quest class. Quests are described in detail in Quests article.

UserQuestsCore

User quests. UserCore subclass.

UserVariablesCore

User variables. UserCore subclass.