@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
41 lines (39 loc) • 1.02 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DamageCause = void 0;
exports.DamageCause = [
{ id: "anvil" },
{ id: "block_explosion" },
{ id: "charging" },
{ id: "contact" },
{ id: "drowning" },
{ id: "entity_attack" },
{ id: "entity_explosion" },
{ id: "fall" },
{ id: "falling_block" },
{ id: "fire" },
{ id: "fire_tick" },
{ id: "fireworks" },
{ id: "fly_into_wall" },
{ id: "freezing" },
{ id: "lava" },
{ id: "lightning" },
{ id: "magic" },
{ id: "magma" },
{ id: "none" },
{ id: "override" },
{ id: "piston" },
{ id: "projectile" },
{ id: "stalactite" },
{ id: "stalagmite" },
{ id: "starve" },
{ id: "suffocation" },
{ id: "suicide" },
{ id: "temperature" },
{ id: "thorns" },
{ id: "void" },
{ id: "wither" },
];
//# sourceMappingURL=../maps/minecraft/DamageCause.js.map