@minecraft/common (Optional in Manifest Details)
{
"module_name": "@minecraft/common",
"version": "1.0.0"
}
mojang-minecraft
{
"module_name": "mojang-minecraft",
"version": "0.1.0"
}
mojang-minecraft - v0.1.0 is an old module. It is not recommended to use it.
Install type definition for @minecraft/server-gametest
module using npm:
npm i @minecraft/server-gametest@0.1.0
A simulated player can be used within GameTests to represent how a player moves throughout the world and to support testing of how entities and the environment will react to a player. This type derives much of its structure and methods from the @minecraft/server.Player type. Note that many types of events that may be available for entities more broadly, such as item use events, may not fire in the same capacity for simulated players.
The @minecraft/server-gametest module provides scriptable APIs for scaffolding and testing content experiences in Minecraft.
Manifest Details