@override Widget generate(Context context) { return Command( 'setblock $location $block${nbt == null ? '' : gson.encode(nbt)}', ); }