bc-minecraft-bedrock-command
Version:
A typescript package library that handles commands for minecraft bedrock
142 lines • 3.23 kB
TypeScript
/** The type of command parameter */
export declare enum ParameterType {
/** An animation key */
animation = 0,
/** Block identifiers */
block = 1,
/** Biome identifiers */
biome = 2,
/** Block states */
blockStates = 3,
/** Booleans */
boolean = 4,
/** causeType */
causeType = 5,
/** Camera Shake mode */
cameraShakeType = 6,
/** Camera preset */
cameraPresets = 7,
/** Clone mode */
cloneMode = 8,
/** Command start */
command = 9,
/** Coordinate */
coordinate = 10,
/** Damage cause */
damageCause = 11,
/** Difficulty mode */
difficulty = 12,
/** Dimension */
dimension = 13,
/** The camera easing effect */
easing = 14,
/** Effect identifiers */
effect = 15,
/** Entity identifiers */
entity = 16,
/** Enchant type */
enchant = 17,
/** */
executeSubcommand = 18,
/** Event in behaviors */
event = 19,
/** The fill mode */
fillMode = 20,
/** Functions paths */
function = 21,
/** Float numbers */
float = 22,
/** Fog identifiers */
fog = 23,
/** Game mode */
gamemode = 24,
/** The type of hand: mainhand or offhand */
handType = 25,
/** The type of hud visibility */
hudVisibility = 26,
/** The type of hud element */
hudElement = 27,
/** Integer numbers */
integer = 28,
/** Integer range numbers */
integer_range = 29,
/** Item identifiers */
item = 30,
/** Json item format */
jsonItem = 31,
/** Json raw text */
jsonRawText = 32,
/** Keyword */
keyword = 33,
/** A loot table */
lootTable = 34,
/** A loot table */
jigsaw = 35,
/** Locates feature mode */
locateFeature = 36,
/** Message */
message = 37,
/** Mask mode */
maskMode = 38,
/** Mirror mode */
mirror = 39,
/** Music repeat mode */
musicRepeatMode = 40,
/** Music */
music = 41,
/** Objective identifiers */
objective = 42,
/** Old Block mode */
oldBlockMode = 43,
/** Operation mode */
operation = 44,
/** Particle identifier */
particle = 45,
/** Permission */
permission = 46,
/** Permission state */
permissionState = 47,
/** Recipe item */
recipe = 48,
/** Replace mode */
replaceMode = 49,
/** Ride Rules */
rideRules = 50,
/** Ride Fill Mode */
ridefillMode = 51,
/** Rotation Mode */
rotation = 52,
/** Save Mode */
saveMode = 53,
/** scan Mode */
scanMode = 54,
/** Selectors */
selector = 55,
/** Slot type */
slotType = 56,
/** Slot ID */
slotID = 57,
/** Sound identifier */
sound = 58,
/** Strings */
string = 59,
/** Structure */
structure = 60,
/** Structure animation mode */
structureAnimationMode = 61,
/** Tag identifiers */
tag = 62,
/** Teleport rules */
teleportRules = 63,
/** Ticking area identifiers */
tickingarea = 64,
/** Time mode */
time = 65,
/** Time in ticks */
timeInTicks = 66,
/** Unknown */
unknown = 67,
/** XP */
xp = 68
}
//# sourceMappingURL=parameter-type.d.ts.map