snapshot property

List<Item> snapshot

A List of newer experimental items being introduced in the next minecraft version

Implementation

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