// returns 0 if the field does not exist: int value = nbt.getInt("value"); // returns an empty compound when the field does not exist: NbtCompound config = nbt.getCompound("config");