mirror of
https://github.com/barkeser2002/node-minecraft-data.git
synced 2026-09-25 07:49:50 +03:00
1.4 KiB
1.4 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
Windows
node-minecraft-data.windows
windows indexed by id
node-minecraft-data.windowsByName
windows indexed by name
node-minecraft-data.windowsArray
unindexed windows