Expand description

OSRS definitions.

Structs

Contains all the information about a certain item fetched from the cache through the ItemLoader.

Contains all the information about a certain location fetched from the cache through the LocationLoader.

Contains all the information about a certain map fetched from the cache through the MapLoader.

Contains all the information about a certain npc fetched from the cache through the NpcLoader.

Contains all the information about a certain object fetched from the cache through the ObjectLoader.

Traits

Marker trait for definitions.

Adds definition fetching from the cache to every struct that implements Definition.