Useful Links

A list of links related to Minecraft Script API assets. We will do our best to keep this list up to date as we continue to find useful content.

Minecraft npm Packages Mirror

Minified versions of @minecraft/math module are available at:

  • dist/minecraft-math.js
    https://jaylydev.github.io/scriptapi-docs/assets/meta/math/latest/minecraft-math.js
    
  • dist/minecraft-math.js.map
    https://jaylydev.github.io/scriptapi-docs/assets/meta/math/latest/minecraft-math.js.map
    

Minified versions of @minecraft/vanilla-data module are available at:

  • lib/index.js (latest)
    https://jaylydev.github.io/scriptapi-docs/assets/meta/vanilla-data/latest/index.js
    
  • lib/index.js (preview)
    https://jaylydev.github.io/scriptapi-docs/assets/meta/vanilla-data/preview/index.js
    

JavaScript

Interfaces

Interfaces are capable of describing the wide range of shapes that JavaScript objects can take. It is used frequently in Minecraft Script API.

WARNING

Interfaces is one of TypeScript’s core principles for type checking, and interface syntax is not supported in JavaScript.

Last Updated:
Contributors: Jayly