bc-minecraft-bedrock-types
Version:
The typescript library that provides default types for minecraft bedrock
12 lines • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HandTypeMode = void 0;
/** */
exports.HandTypeMode = {
name: "handtype",
modes: [
{ name: "mainhand", documentation: "The main hand" },
{ name: "offhand", documentation: "The off hand" },
],
};
//# sourceMappingURL=handtype.js.map