Brett 5f2b208d42 | ||
---|---|---|
.. | ||
.github | ||
lib | ||
node_modules/typed-emitter | ||
test | ||
API.md | ||
HISTORY.md | ||
README.md | ||
example.js | ||
index.d.ts | ||
index.js | ||
package.json |
README.md
prismarine-windows
Represent minecraft windows. Check mineflayer-web-inventory to display windows.
Read the API.
Usage
const windows = require('./')('1.8')
const Item = require('prismarine-item')('1.8')
const inv = windows.createWindow(1, 'minecraft:inventory', 'inv', 36)
inv.updateSlot(10, new Item(256, 1))
console.log(inv.items())