snapshot property

List<Block> snapshot

A List of newer experimental blocks introduced in the next minecraft version

Implementation

static List<Block> get snapshot => const [
      /*[[[cog
  for b in next_blocks:
    cog.outl(f'{b},')
  ]]]*/
      //[[[end]]]
    ];