# prismarine-windows

> Represent minecraft windows

Latest version **2.10.0** (published 2026-03-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install prismarine-windows
pnpm add prismarine-windows
yarn add prismarine-windows
bun add prismarine-windows
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 2.10.0 |
| Published | 2026-03-30 |
| First published | 2015-11-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 63.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43 |
| Author | Romain Beaumont |
| Maintainers | rom1504 |
| Keywords | minecraft, windows |

## Links

- npm: https://www.npmjs.com/package/prismarine-windows
- Repository: https://github.com/PrismarineJS/prismarine-windows
- Homepage: https://github.com/PrismarineJS/prismarine-windows#readme
- Issues: https://github.com/PrismarineJS/prismarine-windows/issues
- npm.io page: https://npm.io/package/prismarine-windows

## Dependencies (3)

- [typed-emitter](https://npm.io/package/typed-emitter.md) ^2.1.0
- [prismarine-item](https://npm.io/package/prismarine-item.md) ^1.12.2
- [prismarine-registry](https://npm.io/package/prismarine-registry.md) ^1.7.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.10.0 (latest) — 2026-03-30
- 2.9.0 — 2024-02-24
- 2.8.0 — 2023-08-05
- 2.7.0 — 2023-07-29
- 2.6.1 — 2022-10-12
- 2.6.0 — 2022-10-12
- 2.5.0 — 2022-10-01
- 2.4.4 — 2022-04-11
- 2.4.3 — 2021-11-07
- 2.4.2 — 2021-10-10
- 2.4.1 — 2021-08-22
- 2.4.0 — 2021-08-22
- 2.3.0 — 2021-08-16
- 2.2.1 — 2021-08-15
- 2.2.0 — 2021-03-06
- … 12 more at https://npm.io/package/prismarine-windows/versions

## README

# prismarine-windows

[![Build Status](https://github.com/PrismarineJS/prismarine-windows/workflows/CI/badge.svg)](https://github.com/PrismarineJS/prismarine-windows/actions?query=workflow%3A%22CI%22)

Represent minecraft windows. Check [mineflayer-web-inventory](https://github.com/ImHarvol/mineflayer-web-inventory) to display windows.

Read the [API](API.md).

## Usage

```js
const windows = require('prismarine-windows')('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())

```

---
_Source: https://npm.io/package/prismarine-windows · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
