本帖最后由 SPGoding 于 2019-8-20 17:50 编辑

http://www.mcbbs.net/thread-808124-1-1.html

【CBL|SPG】[1.14.4] 命令返回值列表

由于是手动整理加推测,难免有理解错误 / 遗漏,请务必指出,感谢!

使用 Ctrl + F 可以快速找到你需要的命令。




Minecraft:Java 版 命令返回值列表。

正文

命令返回值,直观来看是命令在 execute store result 命令中可被存储的值。
该值为 Int32 类型,取值范围从 -2,147,483,6482,147,483,647,因此有部分命令的返回值会发生溢出,本文会对有可能溢出的命令进行标记。


在 Minecraft 中,部分命令的返回值是反直觉的。因此本人使用 /execute store result score @s result run 在 Minecraft 19w11b 下对所有命令进行了测试,整理出本文。

advancement

bossbar

clear

clone

data

datapack

debug

defaultgamemode

difficulty

effect

enchant

execute

experience

fill

forceload

function

gamemode

gamerule

give

help

kick

kill

list

loot

locate

me

msg

particle

playsound

publish

recipe

reload

replaceitem

say

schedule

scoreboard

seed

setblock

setworldspawn

spawnpoint

spreadplayers

stopsound

summon

tag

team

teleport

tell

tellraw

time

title

tp

trigger

w

weather

worldborder

xp



[groupid=546]Command Block Logic[/groupid]