Files
node-minecraft-data/doc/api.md
T
2015-08-17 22:49:13 +02:00

1.2 KiB

API

Blocks

node-minecraft-data.blocks

blocks indexed by id

node-minecraft-data.blocksByName

blocks indexed by name

node-minecraft-data.blocksArray

unindexed blocks

Items

node-minecraft-data.items

items indexed by id

node-minecraft-data.itemsByName

items indexed by name

node-minecraft-data.itemsArray

unindexed items

Biomes

node-minecraft-data.biomes

biomes indexed by id

node-minecraft-data.biomesArray

unindexed biomes

Recipes

node-minecraft-data.recipes

recipes indexed by id

Instruments

node-minecraft-data.instruments

instruments indexed by id

node-minecraft-data.instrumentsArray

unindexed instruments

Materials

node-minecraft-data.materials

materials indexed by name

Entities

node-minecraft-data.entities

entities indexed by id

node-minecraft-data.entitiesByName

entities indexed by name

node-minecraft-data.entitiesArray

unindexed entities

Protocol

node-minecraft-data.protocol

the minecraft protocol

Functions

node-minecraft-data.findItemOrBlockById

find a block or an item by its id

node-minecraft-data.findItemOrBlockByName

find a block or an item by its name