1 2 3 4 5
//! A module for the different versions that can be used of NBT /// Normal Java version pub enum Java {} /// Network data version 1.20.2+ pub enum JavaNetty {}