UNPKG

@boem312/minecraft-server

Version:

A pure JS library to create Minecraft Java 1.16.3 servers

8 lines (7 loc) 266 B
module.exports = { emitChange(type, oldValue) { for (const { callback } of this.p.changeEvents[type]) callback(this[type], oldValue); this.p.changeEvents[type] = this.p.changeEvents[type].filter(({ once }) => once === false); } }