Chen

Results 26 comments of Chen

AECでのノックバック、プレイヤーを飛ばせたりします...?

今検証してみましたが下記のような挙動し、かなり混乱を招く可能性が高いので微妙かもですね.... |from|to|knockback| |:-:|:-:|:-:| |player|player|o| |player|creeper|o| |creeper|player|x| |creeper|creeper|x|

正直なところentityを利用した1tickでは終わらない処理は使いたくないですね。

nvm, Thanks for the reply. > Get the list. Maybe I'm just missed how to do this, but how do you do it?

Hmmm, do we use `getStringList` even if the element type is not String?

I understand the case where the element type is `String`. So how do I get it if the element type is `Short` etc?

Ummm, it is not used by default, but you can use it in commands and such.

追記: 明らかに何らかの処理は走っている様だがMessageBoxが出現しない ![gif](https://gyazo.com/f9304cd801aff2e99d0c56970877bc10.gif)

data_get はそもそもパフォーマンスの観点から利用されてるに過ぎないもので、これを非 player に使うかの判断は非常に難しいことから一律に player 限定とするのが楽に思えるね

実運用上は持ち得ないかもしれないけど、この NBT の一覧は確かソースコード上のものから来てるから、ソースコード上は持ち得るはずなので、このままでいいかな